aboutsummaryrefslogtreecommitdiffstats
path: root/src/db.h
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2019-05-02 17:10:08 +0200
committerJose Bollo <jose.bollo@iot.bzh>2019-05-09 15:12:03 +0200
commit97e91b39fceed0309b6863f508f92db2bcc3b114 (patch)
tree722d36869dbee8a7e6e5a96514fefb51fd5de119 /src/db.h
parent4dbd0881526d93198db2c5d0a2e15605bab9aaae (diff)
Introduce Any DB abstraction and memdb on its top
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/db.h')
-rw-r--r--src/db.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/db.h b/src/db.h
index 61265fc..a17d240 100644
--- a/src/db.h
+++ b/src/db.h
@@ -44,15 +44,6 @@ int
db_sync(
);
-/** get an index for a name */
-extern
-int
-db_get_name_index(
- uint32_t *index,
- const char *name,
- bool needed
-);
-
/** make a backup of the database */
extern
int