src/server/webdav/webdav.h

changeset 490
d218607f5a7e
parent 481
31affbf33911
equal deleted inserted replaced
489:921f83a8943f 490:d218607f5a7e
130 VFSFile *file, 130 VFSFile *file,
131 WSBool commit); 131 WSBool commit);
132 132
133 CxHashKey webdav_property_key(const char *ns, const char *name); 133 CxHashKey webdav_property_key(const char *ns, const char *name);
134 134
135 CxHashKey webdav_property_key_a(CxAllocator *a, const char *ns, const char *name); 135 CxHashKey webdav_property_key_a(const CxAllocator *a, const char *ns, const char *name);
136 136
137 #ifdef __cplusplus 137 #ifdef __cplusplus
138 } 138 }
139 #endif 139 #endif
140 140

mercurial