diff include/types.h @ 119:7fdc146b2bc2

Proper handling of non-function-call links
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 16:11:25 -0400
parents 94856a3b4752
children adfa2c7a75da
line wrap: on
line diff
--- a/include/types.h	Sun Jul 13 15:47:18 2008 -0400
+++ b/include/types.h	Sun Jul 13 16:11:25 2008 -0400
@@ -6,6 +6,8 @@
 };
 
 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;