diff -r 6bb9479d9c64 -r 78935b45e2ce dav/webdav.h --- 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 {