libidav/webdav.h

changeset 128
649eb328674a
parent 124
41939c8f3f9c
child 134
4bccc18820e8
--- a/libidav/webdav.h	Tue Jun 02 10:07:20 2015 +0200
+++ b/libidav/webdav.h	Tue Jun 02 20:57:23 2015 +0200
@@ -45,7 +45,7 @@
 typedef struct DavProxy      DavProxy;
 typedef struct DavSession    DavSession;
 typedef struct DavResource   DavResource;
-typedef struct DavQLResult   DavQLResult;
+typedef struct DavResult   DavResult;
 typedef struct DavNamespace  DavNamespace;
 typedef struct DavProperty   DavProperty;
 typedef struct DavPropName   DavPropName;
@@ -145,7 +145,7 @@
     char *name;
 };
 
-struct DavQLResult {
+struct DavResult {
     DavResource *result;
     int         status;
 };

mercurial