dav/config.h

changeset 319
2433b5969d44
parent 317
7eea57f6d847
child 364
3769ba002fd1
equal deleted inserted replaced
318:7e0694423838 319:2433b5969d44
65 bool decrypt_name; 65 bool decrypt_name;
66 int ssl_version; 66 int ssl_version;
67 unsigned long authmethods; 67 unsigned long authmethods;
68 }; 68 };
69 69
70 int check_config_dir(void);
71
70 char* config_file_path(char *name); 72 char* config_file_path(char *name);
71 73
72 int load_config(DavContext *ctx); 74 int load_config(DavContext *ctx);
73 void free_config(void); 75 void free_config(void);
74 int load_repository(const xmlNode *reponode); 76 int load_repository(const xmlNode *reponode);

mercurial