aboutsummaryrefslogtreecommitdiffstats
path: root/src/db.h
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2019-05-13 16:31:55 +0200
committerJose Bollo <jose.bollo@iot.bzh>2019-05-13 16:33:10 +0200
commitc451f53b4f3acd2157f9c7e7365ecc5663e9ada7 (patch)
treedcdee6a94c2a82523b359012786f84f78a953ce4 /src/db.h
parentc5f4d75b492052f3c3a4e115c5f6a2060812a639 (diff)
Switch to filedb
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/db.h')
-rw-r--r--src/db.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/db.h b/src/db.h
index 995fd65..edb4f29 100644
--- a/src/db.h
+++ b/src/db.h
@@ -92,3 +92,8 @@ int
db_cleanup(
);
+/** cleanup the base */
+extern
+int
+db_sync(
+);