summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 6f389ceb04..525265b52c 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -271,5 +271,6 @@ typedef struct {
} stream_language_t;
void mp_url_unescape_inplace(char *buf);
+char *mp_url_escape(void *talloc_ctx, const char *s, const char *ok);
#endif /* MPLAYER_STREAM_H */