dav/config.h

changeset 74
da079dc0724c
parent 73
41e88442ad4e
child 75
56962faf2b42
equal deleted inserted replaced
73:41e88442ad4e 74:da079dc0724c
71 char *password; 71 char *password;
72 char *no; 72 char *no;
73 }; 73 };
74 74
75 void load_config(DavContext *ctx); 75 void load_config(DavContext *ctx);
76 void free_config();
76 void load_repository(xmlNode *reponode); 77 void load_repository(xmlNode *reponode);
77 void load_key(xmlNode *keynode); 78 void load_key(xmlNode *keynode);
78 void load_proxy(xmlNode *proxynode, int type); 79 void load_proxy(xmlNode *proxynode, int type);
79 sstr_t load_key_file(char *filename); 80 sstr_t load_key_file(char *filename);
80 81

mercurial