shithub: aubio

Download patch

ref: f7b05d4f2431cb41112fd2c497acd49e918707d7
parent: aea235c732e935b5f9448ae3b51badef8b94ee3e
author: Paul Brossier <piem@piem.org>
date: Fri Dec 4 20:36:56 EST 2009

src/onset/peakpicker.h: add void to empty prototype

--- a/src/onset/peakpicker.h
+++ b/src/onset/peakpicker.h
@@ -35,7 +35,7 @@
 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 */