aboutsummaryrefslogtreecommitdiff
path: root/src/input/curl_input_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/curl_input_plugin.h')
-rw-r--r--src/input/curl_input_plugin.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/input/curl_input_plugin.h b/src/input/curl_input_plugin.h
index 3816f039..63ac0dc2 100644
--- a/src/input/curl_input_plugin.h
+++ b/src/input/curl_input_plugin.h
@@ -20,6 +20,16 @@
#ifndef MPD_INPUT_CURL_H
#define MPD_INPUT_CURL_H
+struct input_stream;
+
extern const struct input_plugin input_plugin_curl;
+/**
+ * This is a workaround for an input_stream API deficiency; after
+ * exchanging the input_stream pointer in input_rewind_open(), this
+ * function is called to reinitialize CURL's data pointers.
+ */
+void
+input_curl_reinit(struct input_stream *is);
+
#endif