summaryrefslogtreecommitdiff
path: root/module/request.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-06-18 17:12:19 +0000
committerStef Walter <stef@memberwebs.com>2009-06-18 17:12:19 +0000
commit407df90ad78d83cf3666db25af71a9f534123472 (patch)
tree3fca4a2d180056ca76f0d429943865dcba042cd4 /module/request.h
parenta7557acb5423ea8e4c6bcce27472918c638d56f8 (diff)
A bunch of fixes toward compilation. Finish today's work.
Diffstat (limited to 'module/request.h')
-rw-r--r--module/request.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/module/request.h b/module/request.h
new file mode 100644
index 0000000..6c63a25
--- /dev/null
+++ b/module/request.h
@@ -0,0 +1,16 @@
+#ifndef REQUEST_H_
+#define REQUEST_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+typedef void sid_request_t;
+
+
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
+#endif /* REQUEST_H_ */