From 16e0f16201dfb010f6cc77f945b94fbd8c3534c9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 30 Nov 2007 09:59:33 +0100 Subject: [PATCH] examples/utils.{c,h}: move flush_process prototype to .h --- examples/utils.c | 1 - examples/utils.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/utils.c b/examples/utils.c index 77c813fe..de67627d 100644 --- a/examples/utils.c +++ b/examples/utils.c @@ -21,7 +21,6 @@ void * lash_thread_main (void * data); 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 */ diff --git a/examples/utils.h b/examples/utils.h index 047b0a57..cc75bb63 100644 --- a/examples/utils.h +++ b/examples/utils.h @@ -56,6 +56,7 @@ typedef int (*aubio_process_func_t) (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); -- 2.26.2