summaryrefslogtreecommitdiff
path: root/src/analysis/db/client.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-10-27 22:33:11 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-10-27 23:10:41 (GMT)
commit609c184c3edb350a0da7fe29bf449a7189080c92 (patch)
tree4ddd6320ee58a6169cad377f9889a08298fbec47 /src/analysis/db/client.h
parentd0547bc36bd6ccb84eff128fc6e4f2df034a705a (diff)
Implemented snapshot related management features.
Diffstat (limited to 'src/analysis/db/client.h')
-rw-r--r--src/analysis/db/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/db/client.h b/src/analysis/db/client.h
index af47b5c..0323349 100644
--- a/src/analysis/db/client.h
+++ b/src/analysis/db/client.h
@@ -93,7 +93,7 @@ bool g_hub_client_set_snapshot_desc(GHubClient *, const snapshot_id_t *, const c
bool g_hub_client_restore_snapshot(GHubClient *, const snapshot_id_t *);
/* Crée un nouvel instantané à partir d'un autre. */
-bool g_hub_client_create_snapshot(GHubClient *, const snapshot_id_t *);
+bool g_hub_client_create_snapshot(GHubClient *);
/* Supprime un ancien instantané. */
bool g_hub_client_remove_snapshot(GHubClient *, const snapshot_id_t *, bool);