diff options
author | Stef Walter <stef@memberwebs.com> | 2009-06-17 00:13:58 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-06-17 00:13:58 +0000 |
commit | a7557acb5423ea8e4c6bcce27472918c638d56f8 (patch) | |
tree | 3e3c0e5b811441d1231670ba034be6c4973fdb1d /module/consumer.h | |
parent | 2e1c4b9fc834c8af9f1a31789b1dc614c13fcad5 (diff) |
Some coding work. Banged out generally how things will work. Nothing compiles yet.
Diffstat (limited to 'module/consumer.h')
-rw-r--r-- | module/consumer.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/module/consumer.h b/module/consumer.h new file mode 100644 index 0000000..18ddbe4 --- /dev/null +++ b/module/consumer.h @@ -0,0 +1,14 @@ +#ifndef CONSUMER_H_ +#define CONSUMER_H_ + +#ifdef __cplusplus +extern "C" { +#endif + +singleid_consumer_authenticate (request_rec *r, ); + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif /* CONSUMER_H_ */ |