summaryrefslogtreecommitdiff
path: root/deonebook.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-11-12 19:45:23 -0500
committerJakob Kaivo <jkk@ung.org>2020-11-12 19:45:23 -0500
commitb257773cddc3a2a6d556a597276bdd3e801c5dfe (patch)
tree500a1b57663fec9fe2c25cfa2b09945f78db7bb8 /deonebook.h
parentbc84c9688b2e406cb4926bda42eb5bddf838fe33 (diff)
add header file
Diffstat (limited to 'deonebook.h')
-rw-r--r--deonebook.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/deonebook.h b/deonebook.h
new file mode 100644
index 0000000..23ef2f7
--- /dev/null
+++ b/deonebook.h
@@ -0,0 +1,9 @@
+#ifndef DEONEBOOK_H
+#define DEONEBOOK_H
+
+#define KEY_SIZE 16
+
+unsigned char *genkey(const char *dev);
+unsigned char *readkey(const char *path);
+
+#endif