From 326397d81558d229c9c616355c74b00a4b663574 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 21 Feb 2010 23:26:16 +0000 Subject: Add header for asf_mmst_streaming_start() instead of forward declaring it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30690 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/asf_streaming.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stream/asf_streaming.c') diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c index df93352388..f00f503372 100644 --- a/stream/asf_streaming.c +++ b/stream/asf_streaming.c @@ -37,7 +37,7 @@ #include "stream.h" #include "libmpdemux/demuxer.h" - +#include "asf_mmst_streaming.h" #include "network.h" #include "tcp.h" @@ -47,7 +47,6 @@ extern int network_bandwidth; -int asf_mmst_streaming_start( stream_t *stream ); static int asf_http_streaming_start(stream_t *stream, int *demuxer_type); static int asf_read_wrapper(int fd, void *buffer, int len, streaming_ctrl_t *stream_ctrl) { -- cgit v1.2.3