libidav/config.h

changeset 838
d262210f8454
parent 837
b5984d5cc40c
equal deleted inserted replaced
837:b5984d5cc40c 838:d262210f8454
176 int dav_repository_get_flags(DavCfgRepository *repo); 176 int dav_repository_get_flags(DavCfgRepository *repo);
177 void dav_repository_set_url(DavConfig *config, DavCfgRepository *repo, cxstring newurl); 177 void dav_repository_set_url(DavConfig *config, DavCfgRepository *repo, cxstring newurl);
178 void dav_repository_set_auth(DavConfig *config, DavCfgRepository *repo, cxstring user, cxstring password); 178 void dav_repository_set_auth(DavConfig *config, DavCfgRepository *repo, cxstring user, cxstring password);
179 cxmutstr dav_repository_get_decodedpassword(DavCfgRepository *repo); 179 cxmutstr dav_repository_get_decodedpassword(DavCfgRepository *repo);
180 180
181 int dav_str2ssl_version(const char *str);
182
181 int dav_cfg_string_set_node_value(DavConfig *config, CfgString *str, xmlNode *node); 183 int dav_cfg_string_set_node_value(DavConfig *config, CfgString *str, xmlNode *node);
182 void dav_cfg_bool_set_node_value(DavConfig *config, CfgBool *cbool, xmlNode *node); 184 void dav_cfg_bool_set_node_value(DavConfig *config, CfgBool *cbool, xmlNode *node);
183 185
184 void dav_cfg_string_set_value(DavConfig *config, CfgString *str, xmlNode *parent, cxstring new_value, const char *nodename); 186 void dav_cfg_string_set_value(DavConfig *config, CfgString *str, xmlNode *parent, cxstring new_value, const char *nodename);
185 void dav_cfg_bool_set_value(DavConfig *config, CfgBool *cbool, xmlNode *parent, DavBool new_value, const char *nodename); 187 void dav_cfg_bool_set_value(DavConfig *config, CfgBool *cbool, xmlNode *parent, DavBool new_value, const char *nodename);

mercurial