summaryrefslogtreecommitdiff
path: root/src/input/plugins/CurlInputPlugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/plugins/CurlInputPlugin.hxx')
-rw-r--r--src/input/plugins/CurlInputPlugin.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/input/plugins/CurlInputPlugin.hxx b/src/input/plugins/CurlInputPlugin.hxx
index 478acd43f..bd64f09d3 100644
--- a/src/input/plugins/CurlInputPlugin.hxx
+++ b/src/input/plugins/CurlInputPlugin.hxx
@@ -26,7 +26,6 @@
#include <map>
class Mutex;
-class Cond;
extern const struct InputPlugin input_plugin_curl;
@@ -40,6 +39,6 @@ extern const struct InputPlugin input_plugin_curl;
InputStreamPtr
OpenCurlInputStream(const char *uri,
const std::multimap<std::string, std::string> &headers,
- Mutex &mutex, Cond &cond);
+ Mutex &mutex);
#endif