diff options
author | Stef Walter <stef@memberwebs.com> | 2009-06-18 17:12:19 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-06-18 17:12:19 +0000 |
commit | 407df90ad78d83cf3666db25af71a9f534123472 (patch) | |
tree | 3fca4a2d180056ca76f0d429943865dcba042cd4 /module/request.h | |
parent | a7557acb5423ea8e4c6bcce27472918c638d56f8 (diff) |
A bunch of fixes toward compilation. Finish today's work.
Diffstat (limited to 'module/request.h')
-rw-r--r-- | module/request.h | 16 |
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_ */ |