dav/webdav.h

changeset 21
78935b45e2ce
parent 17
11dffb40cd91
child 22
e593f7e41be0
--- a/dav/webdav.h	Sat Aug 17 14:57:17 2013 +0200
+++ b/dav/webdav.h	Mon Aug 19 12:50:42 2013 +0200
@@ -99,6 +99,9 @@
 struct DavContext {
     UcxMap  *namespaces;
     UcxList *sessions;
+    char    *http_proxy;
+    char    *https_proxy;
+    char    *no_proxy;
 };
 
 struct dav_content_data {

mercurial