shithub: aubio

Download patch

ref: 16e0f16201dfb010f6cc77f945b94fbd8c3534c9
parent: ae7e547a41b10be632d94eb87856796b4a162dff
author: Paul Brossier <piem@piem.org>
date: Fri Nov 30 04:59:33 EST 2007

examples/utils.{c,h}: move flush_process prototype to .h

--- a/examples/utils.c
+++ b/examples/utils.c
@@ -21,7 +21,6 @@
 int lash_main (void);
 void save_data (void);
 void restore_data(lash_config_t * lash_config);
-void flush_process(aubio_process_func_t process_func, aubio_print_func_t print);
 pthread_t lash_thread;
 #endif /* LASH_SUPPORT */
 
--- a/examples/utils.h
+++ b/examples/utils.h
@@ -56,6 +56,7 @@
         (smpl_t **input, smpl_t **output, int nframes);
 #endif
 void examples_common_process(aubio_process_func_t process_func, aubio_print_func_t print);
+void flush_process(aubio_process_func_t process_func, aubio_print_func_t print);
 
 
 void send_noteon(int pitch, int velo);