diff -r b5984d5cc40c -r d262210f8454 libidav/config.h --- a/libidav/config.h Sun Oct 27 15:39:23 2024 +0100 +++ b/libidav/config.h Sun Oct 27 16:08:28 2024 +0100 @@ -178,6 +178,8 @@ void dav_repository_set_auth(DavConfig *config, DavCfgRepository *repo, cxstring user, cxstring password); cxmutstr dav_repository_get_decodedpassword(DavCfgRepository *repo); +int dav_str2ssl_version(const char *str); + int dav_cfg_string_set_node_value(DavConfig *config, CfgString *str, xmlNode *node); void dav_cfg_bool_set_node_value(DavConfig *config, CfgBool *cbool, xmlNode *node);