summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-23 15:26:55 +0200
committerwm4 <wm4@nowhere>2015-05-23 15:26:55 +0200
commit8054c034b883b23e68fd8c9ca64749e9776f9fcf (patch)
treecb390f74e4ac4ccdf750a1943e4e0c1c91a4dd05 /stream/stream.h
parenta3f8d45fb6f70cc9d07105eeee8c843b9109bca6 (diff)
downloadmpv-8054c034b883b23e68fd8c9ca64749e9776f9fcf.tar.bz2
mpv-8054c034b883b23e68fd8c9ca64749e9776f9fcf.tar.xz
command: add protocol-list property
Fixes #1972.
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 7b4751450c..cda5c7434e 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -289,5 +289,6 @@ void mp_setup_av_network_options(struct AVDictionary **dict,
struct MPOpts *opts);
void stream_print_proto_list(struct mp_log *log);
+char **stream_get_proto_list(void);
#endif /* MPLAYER_STREAM_H */