aboutsummaryrefslogtreecommitdiffstats
path: root/src/dblayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dblayer.h')
-rw-r--r--src/dblayer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dblayer.h b/src/dblayer.h
index 94ef7ea..13ac187 100644
--- a/src/dblayer.h
+++ b/src/dblayer.h
@@ -81,4 +81,11 @@ extern int list_get_path_program_tree(DB *db, cklist *ckl, int attr);
/*******/
extern int del_transaction_try(DB *db, char *arg, int conf);
+
+/***********/
+/* restore */
+/***********/
+
+extern int restore_configs_exists(DB *db, Conf *conf, const char *pName, cklist *from, cklist *to);
+extern int restore_all_exist(DB *db, Conf *conf, cklist *from, cklist *to);
#endif /* DBLAYER_H */