libidav/webdav.h

changeset 124
41939c8f3f9c
parent 100
f4127c4d1018
child 128
649eb328674a
--- a/libidav/webdav.h	Fri May 29 14:16:45 2015 +0200
+++ b/libidav/webdav.h	Sat May 30 13:49:17 2015 +0200
@@ -45,7 +45,7 @@
 typedef struct DavProxy      DavProxy;
 typedef struct DavSession    DavSession;
 typedef struct DavResource   DavResource;
-typedef struct DavRequest    DavRequest;
+typedef struct DavQLResult   DavQLResult;
 typedef struct DavNamespace  DavNamespace;
 typedef struct DavProperty   DavProperty;
 typedef struct DavPropName   DavPropName;
@@ -145,6 +145,11 @@
     char *name;
 };
 
+struct DavQLResult {
+    DavResource *result;
+    int         status;
+};
+
 #define DAV_KEY_AES128     0
 #define DAV_KEY_AES256     1
 #define DAV_KEY_PASSWORD   2

mercurial