X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=spx_common.c;h=6ceeaaecde21fa4b61c37b58ca8bdcf2732cb7c4;hp=3a4d5dd1a5fa7a13811c16cd59fbb510b8447adc;hb=0d09c89fcf180385c30a1e2217ef61f5ca1e7993;hpb=f652ce6afe7f6fd0e42814505234cbf4321a736e diff --git a/spx_common.c b/spx_common.c index 3a4d5dd1..6ceeaaec 100644 --- a/spx_common.c +++ b/spx_common.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2002-2006 Jean-Marc Valin - * Copyright (C) 2010-2013 Andre Noll + * Copyright (C) 2010-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -60,7 +60,7 @@ * * \return Standard. */ -int spx_ctl(void *state, int request, void *ptr) +static int spx_ctl(void *state, int request, void *ptr) { int ret = speex_decoder_ctl(state, request, ptr);