From: Paul Brossier Date: Sat, 5 Dec 2009 00:36:56 +0000 (+0100) Subject: src/onset/peakpicker.h: add void to empty prototype X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f7b05d4f2431cb41112fd2c497acd49e918707d7;p=aubio.git src/onset/peakpicker.h: add void to empty prototype --- diff --git a/src/onset/peakpicker.h b/src/onset/peakpicker.h index d0685cf7..74fdfffb 100644 --- a/src/onset/peakpicker.h +++ b/src/onset/peakpicker.h @@ -35,7 +35,7 @@ extern "C" { typedef struct _aubio_peakpicker_t aubio_peakpicker_t; /** peak-picker creation function */ -aubio_peakpicker_t * new_aubio_peakpicker(); +aubio_peakpicker_t * new_aubio_peakpicker(void); /** real time peak picking function */ void aubio_peakpicker_do(aubio_peakpicker_t * p, fvec_t * in, fvec_t * out); /** destroy peak picker structure */