src/server/webdav/xattrbackend.h

changeset 480
9f69e4b8b695
parent 479
2a42ba73ecdd
child 481
31affbf33911
--- a/src/server/webdav/xattrbackend.h	Sat Mar 18 14:16:05 2023 +0100
+++ b/src/server/webdav/xattrbackend.h	Sat Mar 18 15:52:35 2023 +0100
@@ -37,12 +37,17 @@
 #endif
 
 typedef struct WebdavXAttrRepository {
-    int a;
+    char *xattr_name;
 } WebdavXAttrRepository;
     
 typedef struct WebdavXAttrBackend {
     WebdavXAttrRepository *repo;
 } WebdavXAttrBackend;
+
+typedef struct XAttrPropfind {
+    const char *base_href;
+    const char *base_path;
+} XAttrPropfind;
     
 int webdav_init_xattr_backend(void);
 

mercurial