summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile/db.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/db.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/db.h b/src/host/layer23/include/osmocom/bb/mobile/db.h
new file mode 100644
index 00000000..00b37ff4
--- /dev/null
+++ b/src/host/layer23/include/osmocom/bb/mobile/db.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <sqlite3.h>
+
+int db_open(sqlite3 **db, const char *db_name);
+void db_close(sqlite3 *db);