summaryrefslogtreecommitdiffabout
path: root/include/napkin/st/decode.h
authorMichael Krelin <hacker@klever.net>2008-04-05 11:17:33 (UTC)
committer Michael Krelin <hacker@klever.net>2008-04-05 11:17:33 (UTC)
commit04fb190243442e83349f129b523ab747e58100bf (patch) (side-by-side diff)
treeddc28357fbe78b07fd3a5e0aa8088130bf305829 /include/napkin/st/decode.h
downloadnapkin-04fb190243442e83349f129b523ab747e58100bf.zip
napkin-04fb190243442e83349f129b523ab747e58100bf.tar.gz
napkin-04fb190243442e83349f129b523ab747e58100bf.tar.bz2
Initial commit into public repository0.0
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'include/napkin/st/decode.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/napkin/st/decode.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/napkin/st/decode.h b/include/napkin/st/decode.h
new file mode 100644
index 0000000..e1f1d07
--- a/dev/null
+++ b/include/napkin/st/decode.h
@@ -0,0 +1,15 @@
+#ifndef __NAPKIN_ST_DECODE_H
+#define __NAPKIN_ST_DECODE_H
+
+#include <napkin/types.h>
+
+namespace napkin {
+ namespace sleeptracker {
+
+ hypnodata_t& decode(hypnodata_t& rv,const void *data,size_t data_length);
+ hypnodata_ptr_t decode(const void *data,size_t data_length);
+
+ }
+}
+
+#endif /* __NAPKIN_ST_DECODE_H */