src/server/public/webdav.h

branch
webdav
changeset 309
fc021bd576d4
parent 307
8787cb5ebab3
child 318
60870dbac94f
--- a/src/server/public/webdav.h	Mon Apr 25 13:54:27 2022 +0200
+++ b/src/server/public/webdav.h	Mon Apr 25 18:30:33 2022 +0200
@@ -433,6 +433,21 @@
         pool_handle_t *pool,
         const char *name);
 
+int webdav_resource_add_dav_stringproperty(
+        WebdavResource *res,
+        pool_handle_t pool,
+        const char *name,
+        const char *str,
+        size_t len);
+int webdav_resource_add_stringproperty(
+        WebdavResource *res,
+        pool_handle_t pool,
+        const char *xmlns_prefix,
+        const char *xmlns_href,
+        const char *name,
+        const char *str,
+        size_t len);
+
 int webdav_property_set_value(
         WebdavProperty *property,
         pool_handle_t *pool,

mercurial