]> git.sesse.net Git - vlc/blobdiff - plugins/dsp/aout_dsp.c
. complete commenting of modules_core.h and small modifications
[vlc] / plugins / dsp / aout_dsp.c
index 5e25f58f43868d32316af938e4b9c30e732ec957..4569523f8164cf93dce918245b4aa4d212865c33 100644 (file)
@@ -90,7 +90,7 @@ static void    aout_Close       ( aout_thread_t *p_aout );
  * Functions exported as capabilities. They are declared as static so that
  * we don't pollute the namespace too much.
  *****************************************************************************/
-void dsp_aout_getfunctions( function_list_t * p_function_list )
+void aout_getfunctions( function_list_t * p_function_list )
 {
     p_function_list->p_probe = aout_Probe;
     p_function_list->functions.aout.p_open = aout_Open;