summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
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;