diff src/audacious/flow.h @ 3708:6f4068a0f291

make sndstretch work properly
author William Pitcock <nenolod@atheme.org>
date Mon, 08 Oct 2007 01:36:41 -0500
parents 5aec9950c47a
children 2eee464379dc
line wrap: on
line diff
--- a/src/audacious/flow.h	Sun Oct 07 19:12:28 2007 -0500
+++ b/src/audacious/flow.h	Mon Oct 08 01:36:41 2007 -0500
@@ -50,7 +50,7 @@
     FlowElement *head, *tail;
 } Flow;
 
-void flow_execute(Flow *flow, gint time, gpointer data, gsize len, AFormat fmt, 
+gsize flow_execute(Flow *flow, gint time, gpointer *data, gsize len, AFormat fmt, 
      gint srate, gint channels);
 
 Flow *flow_new(void);