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/audio_out/audio_esd_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio_out/audio_esd_out.c') diff --git a/src/audio_out/audio_esd_out.c b/src/audio_out/audio_esd_out.c index ab489f471..5d7e32194 100644 --- a/src/audio_out/audio_esd_out.c +++ b/src/audio_out/audio_esd_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_esd_out.c,v 1.20 2002/09/04 23:31:07 guenter Exp $ + * $Id: audio_esd_out.c,v 1.21 2002/09/05 20:44:38 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -362,7 +362,7 @@ static int ao_esd_ctrl(xine_ao_driver_t *this_gen, int cmd, ...) { return 0; } -void *init_audio_out_plugin (xine_t *xine, void *data) { +static void *init_audio_out_plugin (xine_t *xine, void *data) { config_values_t *config = xine->config; esd_driver_t *this; -- cgit v1.2.3