diff -r b6e9fd3f1951 -r d9928f11970f libidav/config.h --- a/libidav/config.h Wed Jul 24 23:45:31 2024 +0200 +++ b/libidav/config.h Fri Sep 13 18:21:04 2024 +0200 @@ -160,7 +160,7 @@ DAV_CONFIG_ERROR_XML = 0 }; -DavConfig* dav_config_new(void); +DavConfig* dav_config_new(xmlDoc *doc); DavConfig* dav_config_load(cxmutstr xmlfilecontent, int *error);