summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 9800efbafd..e928a258b6 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -260,4 +260,6 @@ typedef struct {
int channels;
} stream_language_t;
+void mp_url_unescape_inplace(char *buf);
+
#endif /* MPLAYER_STREAM_H */