From 87fc63d4b73bb977c0ebce1d560bd9b34b5f13d9 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 29 Oct 2013 21:11:37 +0100 Subject: use proper api for freq vis --- streamer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'streamer.h') diff --git a/streamer.h b/streamer.h index 96acab9a..fd45662b 100644 --- a/streamer.h +++ b/streamer.h @@ -149,9 +149,9 @@ struct handler_s * streamer_get_handler (void); void -register_continuous_wavedata_listener (void *ctx, void (*callback)(void *ctx, ddb_waveformat_t *fmt, const float *data, int nsamples)); +register_continuous_wavedata_listener (void *ctx, int type, void (*callback)(void *ctx, int type, ddb_waveformat_t *fmt, const float *data, int nsamples)); void -unregister_continuous_wavedata_listener (void *ctx); +unregister_continuous_wavedata_listener (void *ctx, int type); #endif // __STREAMER_H -- cgit v1.2.3