dav/scfg.h

changeset 58
1708cba82ca3
parent 56
99f7816fcf01
child 65
d4077e8175f3
equal deleted inserted replaced
57:3c1ce5f203d7 58:1708cba82ca3
30 #define SCFG_H 30 #define SCFG_H
31 31
32 #include <ucx/string.h> 32 #include <ucx/string.h>
33 #include <stdbool.h> 33 #include <stdbool.h>
34 #include <libidav/webdav.h> 34 #include <libidav/webdav.h>
35 #include <regex.h>
35 36
36 #ifdef __cplusplus 37 #ifdef __cplusplus
37 extern "C" { 38 extern "C" {
38 #endif 39 #endif
39 40
41 char *name; 42 char *name;
42 char *path; 43 char *path;
43 char *collection; 44 char *collection;
44 char *repository; 45 char *repository;
45 char *database; 46 char *database;
47 UcxList *include;
48 UcxList *exclude;
46 } SyncDirectory; 49 } SyncDirectory;
47 50
48 int load_sync_config(); 51 int load_sync_config();
49 52
50 int scfg_load_directory(xmlNode *node); 53 int scfg_load_directory(xmlNode *node);

mercurial