libidav/webdav.h

changeset 607
5dc7fe41e8f8
parent 606
aa49966e4e85
child 609
dc3d70848c7c
equal deleted inserted replaced
606:aa49966e4e85 607:5dc7fe41e8f8
112 112
113 #define DAV_SESSION_CONTENT_ENCRYPTION 0x0009 113 #define DAV_SESSION_CONTENT_ENCRYPTION 0x0009
114 #define DAV_SESSION_FULL_ENCRYPTION 0x003f 114 #define DAV_SESSION_FULL_ENCRYPTION 0x003f
115 115
116 116
117 #define DAV_NS "http://davutils.org/" 117 #define DAV_NS "http://davutils.org/"
118 #define DAV_PROPS_NS "http://davutils.org/props/"
118 119
119 struct DavNamespace { 120 struct DavNamespace {
120 char *prefix; 121 char *prefix;
121 char *name; 122 char *name;
122 }; 123 };

mercurial