diff src/audacious/src_flow.h @ 4267:a41fb6bc632a

- src stuff traveled to src_flow.c - vis works again.
author Eugene Zagidullin <e.asphyx@gmail.com>
date Sun, 10 Feb 2008 07:19:45 +0300
parents 92642f860860
children 2eee464379dc
line wrap: on
line diff
--- a/src/audacious/src_flow.h	Sat Feb 09 01:05:36 2008 +0300
+++ b/src/audacious/src_flow.h	Sun Feb 10 07:19:45 2008 +0300
@@ -24,7 +24,7 @@
 #include "flow.h"
 
 void src_flow(FlowContext *context);
-void src_flow_init(gint infreq, gint outfreq);
+gint src_flow_init(gint infreq, gint nch);
 void src_flow_free();
 
 #endif