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/libxvid/xine_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libxvid/xine_decoder.c') diff --git a/src/libxvid/xine_decoder.c b/src/libxvid/xine_decoder.c index 2237798ab..379e07b02 100644 --- a/src/libxvid/xine_decoder.c +++ b/src/libxvid/xine_decoder.c @@ -210,7 +210,7 @@ static void xvid_dispose (video_decoder_t *this_gen) { free (this_gen); } -void *init_video_decoder_plugin (xine_t *xine, void *data) { +static void *init_video_decoder_plugin (xine_t *xine, void *data) { xvid_decoder_t *this; XVID_INIT_PARAM xinit; -- cgit v1.2.3