dav/scfg.h

changeset 58
1708cba82ca3
parent 56
99f7816fcf01
child 65
d4077e8175f3
--- a/dav/scfg.h	Tue Aug 05 13:05:03 2014 +0200
+++ b/dav/scfg.h	Tue Aug 05 14:00:35 2014 +0200
@@ -32,6 +32,7 @@
 #include <ucx/string.h>
 #include <stdbool.h>
 #include <libidav/webdav.h>
+#include <regex.h>
 
 #ifdef	__cplusplus
 extern "C" {
@@ -43,6 +44,8 @@
     char *collection;
     char *repository;
     char *database;
+    UcxList *include;
+    UcxList *exclude;
 } SyncDirectory;
 
 int load_sync_config();

mercurial