summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-06-30 12:49:01 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-06-30 23:20:10 +0200
commitab241c05c8e4b9c08cb8714da7e24082570fa25f (patch)
tree9bf7631f10c5c36be901761f70cc7e6072fb0b81 /stream/stream.h
parent211ca98e9c2ab93672b6cdd117d3729c4716fc3a (diff)
downloadmpv-ab241c05c8e4b9c08cb8714da7e24082570fa25f.tar.bz2
mpv-ab241c05c8e4b9c08cb8714da7e24082570fa25f.tar.xz
options: add --list-protocols option
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 4f8ca6ddae..389a0a56e8 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -251,4 +251,6 @@ 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);
+void stream_print_proto_list(struct mp_log *log);
+
#endif /* MPLAYER_STREAM_H */