summaryrefslogtreecommitdiff
path: root/include/curlhttpt.h
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:54:02 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:54:02 -0400
commit936d9e8484ff73282c8c0a277310d1ffdde86e10 (patch)
tree084d6d2e50f188b0e9c00c109a935efa6ad665fc /include/curlhttpt.h
parent71a39f4652cd51df814c930dd268f3c9ad2aee86 (diff)
Imported Upstream version 1.6.1+dfsg
Diffstat (limited to 'include/curlhttpt.h')
-rw-r--r--include/curlhttpt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curlhttpt.h b/include/curlhttpt.h
index 6236daf..f48cab4 100644
--- a/include/curlhttpt.h
+++ b/include/curlhttpt.h
@@ -43,6 +43,7 @@ public:
CURLHTTPTransport(const char *host, StatusReporter *statusReporter = 0);
~CURLHTTPTransport();
+ virtual std::vector<struct DirEntry> getDirList(const char *dirURL);
virtual char getURL(const char *destPath, const char *sourceURL, SWBuf *destBuf = 0);
};