summaryrefslogtreecommitdiff
path: root/include/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plugin.h')
-rw-r--r--include/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin.h b/include/plugin.h
index 6749336..d267bcd 100644
--- a/include/plugin.h
+++ b/include/plugin.h
@@ -374,7 +374,7 @@ public:
* The implementor of a resource provider MUST either implement
* this function or the file access methods below.
*/
- virtual string GetHTTPUri(const string& uri, const string& currentIP);
+ virtual string GetHTTPUri(const string& uri, const string& currentIP, const string& protocolInfo);
virtual bool Seekable() const;