dav/scfg.h

changeset 200
cc474cf2c2f5
parent 198
44054c452de1
child 221
e22c29b7ee2f
--- a/dav/scfg.h	Sun Feb 28 11:21:05 2016 +0100
+++ b/dav/scfg.h	Sun Feb 28 13:39:59 2016 +0100
@@ -57,11 +57,11 @@
 
 int scfg_load_directory(xmlNode *node);
 
-void scfg_print_example();
-
 SyncDirectory* scfg_get_dir(char *name);
 
+int add_directory(SyncDirectory *dir);
 int list_syncdirs();
+char* generate_db_name(char *basename);
 
 
 #ifdef	__cplusplus

mercurial