summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-03-02 21:33:51 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-03-02 21:33:51 +0100
commit4ce25d0ddbcfe1111f0adbf63b4d73f19e926d8b (patch)
tree7d56472325bd15eb2a7cdc76875a4e573b60335b /src
parenta84eaa56d0d2edd0872d1d881b82411dc06c6c92 (diff)
afm-util: add the afm-util script
Change-Id: I2331eaa956eb2bf81a5cfbb68c1cb2be8166a4ef Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src')
-rw-r--r--src/afm-db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afm-db.h b/src/afm-db.h
index fff5f4c..aacd85c 100644
--- a/src/afm-db.h
+++ b/src/afm-db.h
@@ -24,6 +24,7 @@ extern void afm_db_unref(struct afm_db *afdb);
extern int afm_db_add_root(struct afm_db *afdb, const char *path);
extern int afm_db_add_application(struct afm_db *afdb, const char *path);
+
extern int afm_db_update_applications(struct afm_db *afdb);
extern int afm_db_ensure_applications(struct afm_db *afdb);