summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 16:11:25 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 16:11:25 -0400
commit97cc749872a8baf53bb34ef1b536b82f6aa7f1c7 (patch)
treec297f92dea86916471d18bb3c987834935bfcce2 /include/types.h
parentf0b8905c1239b9b801c01cff28302cbd8d362f6e (diff)
Proper handling of non-function-call links
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 2dfaad84..083f478a 100644
--- a/include/types.h
+++ b/include/types.h
@@ -6,6 +6,8 @@ struct __lws_0 {
};
typedef struct __lws_0 lw_unit;
+typedef lw_unit lw_Basis_unit;
typedef struct lw_context *lw_context;
+typedef lw_Basis_string lw_Basis_xhtml;