aboutsummaryrefslogtreecommitdiff
path: root/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'db.h')
-rw-r--r--db.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/db.h b/db.h
new file mode 100644
index 0000000..629cb3b
--- /dev/null
+++ b/db.h
@@ -0,0 +1,9 @@
+#include <sqlite3.h>
+
+struct user{
+ int id;
+ char *name;
+ char *hash;
+};
+
+sqlite3 *db; \ No newline at end of file