aboutsummaryrefslogtreecommitdiff
path: root/include/npassd/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/npassd/db.h')
-rw-r--r--include/npassd/db.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/npassd/db.h b/include/npassd/db.h
new file mode 100644
index 0000000..d5166a4
--- /dev/null
+++ b/include/npassd/db.h
@@ -0,0 +1,3 @@
+#include <sqlite3.h>
+
+int db_init(const char *store_path, struct sqlite3 **db);