From ea37f5776a90a7f8153757052a89d589185f5d23 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 5 Sep 2002 20:44:38 +0000 Subject: make all the plugin init functions static (geez this was a job) CVS patchset: 2616 CVS date: 2002/09/05 20:44:38 --- src/demuxers/demux_roq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/demuxers/demux_roq.c') diff --git a/src/demuxers/demux_roq.c b/src/demuxers/demux_roq.c index 35188d113..b9f4cea10 100644 --- a/src/demuxers/demux_roq.c +++ b/src/demuxers/demux_roq.c @@ -21,7 +21,7 @@ * For more information regarding the RoQ file format, visit: * http://www.csse.monash.edu.au/~timf/ * - * $Id: demux_roq.c,v 1.11 2002/09/04 23:31:08 guenter Exp $ + * $Id: demux_roq.c,v 1.12 2002/09/05 20:44:39 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -524,7 +524,7 @@ static char *demux_roq_get_mimetypes(void) { } -demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { +static void *init_demuxer_plugin(int iface, xine_t *xine) { demux_roq_t *this; if (iface != 10) { -- cgit v1.2.3