summaryrefslogtreecommitdiff
path: root/rcm-server-kdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'rcm-server-kdb.h')
-rw-r--r--rcm-server-kdb.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/rcm-server-kdb.h b/rcm-server-kdb.h
new file mode 100644
index 0000000..5362a80
--- /dev/null
+++ b/rcm-server-kdb.h
@@ -0,0 +1,12 @@
+#ifndef foorcmserverkdbhfoo
+#define foorcmserverkdbhfoo
+
+#include <sqlite3.h>
+
+int kdb_add_directory(struct manager *mgr, const char *path);
+
+int kdb_init(struct manager *mgr, const char *path);
+
+void kdb_close(struct manager *mgr);
+
+#endif