From 9e7dfe3fa34ca05fb63cd34369f7c847b777516d Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 23 Apr 2008 06:14:53 +0300 Subject: Mark some functions static These functions aren't used outside their file and have no prototype in any header. Based on a forgotten patch from 2006 by Stefan Huehner, (stefan huehner org). --- stream/stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream.c') diff --git a/stream/stream.c b/stream/stream.c index 42ceff1934..f9ce23cfb8 100644 --- a/stream/stream.c +++ b/stream/stream.c @@ -121,7 +121,7 @@ static const stream_info_t* const auto_open_streams[] = { NULL }; -stream_t* open_stream_plugin(const stream_info_t* sinfo,char* filename,int mode, +static stream_t* open_stream_plugin(const stream_info_t* sinfo,char* filename,int mode, char** options, int* file_format, int* ret, char** redirected_url) { void* arg = NULL; -- cgit v1.2.3