summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 15:44:00 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 15:44:00 -0400
commitc54e3eca0a8d7e72f12801bc5ec993dddfa7958b (patch)
treea37326be0f01025df57b4f3bf1f209528042df1c /include/types.h
parent0eb51a6e21e5f435d37afd885ae316a0575c7208 (diff)
Serving pages
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 28a8ea80..2dfaad84 100644
--- a/include/types.h
+++ b/include/types.h
@@ -6,3 +6,6 @@ struct __lws_0 {
};
typedef struct __lws_0 lw_unit;
+
+typedef struct lw_context *lw_context;
+