From 8054c034b883b23e68fd8c9ca64749e9776f9fcf Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 May 2015 15:26:55 +0200 Subject: command: add protocol-list property Fixes #1972. --- stream/stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/stream.h') 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 */ -- cgit v1.2.3