libidav/config.h

changeset 826
b6e9fd3f1951
parent 823
04c60a353331
child 827
d9928f11970f
--- a/libidav/config.h	Tue Jul 23 14:40:20 2024 +0200
+++ b/libidav/config.h	Wed Jul 24 23:45:31 2024 +0200
@@ -160,6 +160,8 @@
     DAV_CONFIG_ERROR_XML = 0
 };
 
+DavConfig* dav_config_new(void);
+
 DavConfig* dav_config_load(cxmutstr xmlfilecontent, int *error);
 
 void dav_config_free(DavConfig *config);

mercurial