summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 9cb227bfa8..e64baf07c6 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -281,4 +281,7 @@ typedef struct {
void mp_url_unescape_inplace(char *buf);
char *mp_url_escape(void *talloc_ctx, const char *s, const char *ok);
+// stream_file.c
+char *mp_file_url_to_filename(void *talloc_ctx, bstr url);
+
#endif /* MPLAYER_STREAM_H */