diff src/audacious/volumecontrol.h @ 3553:a140fadd741d trunk

software volumecontrol->flow manager API
author William Pitcock <nenolod@atheme.org>
date Tue, 18 Sep 2007 13:13:20 -0500
parents 7a2b667bab4b
children 2eee464379dc
line wrap: on
line diff
--- a/src/audacious/volumecontrol.h	Tue Sep 18 12:58:03 2007 -0500
+++ b/src/audacious/volumecontrol.h	Tue Sep 18 13:13:20 2007 -0500
@@ -20,6 +20,8 @@
 
 #include <glib.h>
 
+#include "flow.h"
+
 #ifndef __VOLUMECONTROL_H__
 #define __VOLUMECONTROL_H__
 
@@ -27,5 +29,6 @@
     gint channels);
 void volumecontrol_get_volume_state(gint *l, gint *r);
 void volumecontrol_set_volume_state(gint l, gint r);
+void volumecontrol_flow(FlowContext *context);
 
 #endif