summaryrefslogtreecommitdiff
path: root/include/db.h
diff options
context:
space:
mode:
authorAndi Shyti <andi@etezian.org>2012-09-02 02:12:08 +0200
committerAndi Shyti <andi@etezian.org>2012-09-02 02:12:08 +0200
commitfdb1692c4e93ec4a71453d5d6c319fe1d6405e60 (patch)
tree0f6142f3858f3f79f00d13097a73b60f89b37476 /include/db.h
accman: git repo created
Signed-off-by: Andi Shyti <andi@etezian.org>
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/db.h b/include/db.h
new file mode 100644
index 0000000..f391284
--- /dev/null
+++ b/include/db.h
@@ -0,0 +1,6 @@
+#ifndef _DB_H_
+#define _DB_H_
+
+void db_insert_user(struct user);
+
+#endif