projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aea235c
)
src/onset/peakpicker.h: add void to empty prototype
author
Paul Brossier
<piem@piem.org>
Sat, 5 Dec 2009 00:36:56 +0000
(
01:36
+0100)
committer
Paul Brossier
<piem@piem.org>
Sat, 5 Dec 2009 00:36:56 +0000
(
01:36
+0100)
src/onset/peakpicker.h
patch
|
blob
|
history
diff --git
a/src/onset/peakpicker.h
b/src/onset/peakpicker.h
index d0685cf7a396d30af9d801525ef08fbd07cad981..74fdfffb0a1759731bf7dada8352cc5a1d151dc5 100644
(file)
--- 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 */