comparison src/audacious/volumecontrol.h @ 4557:2eee464379dc

Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 01:29:46 +0300
parents a140fadd741d
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
20 20
21 #include <glib.h> 21 #include <glib.h>
22 22
23 #include "flow.h" 23 #include "flow.h"
24 24
25 #ifndef __VOLUMECONTROL_H__ 25 #ifndef AUDACIOUS_VOLUMECONTROL_H
26 #define __VOLUMECONTROL_H__ 26 #define AUDACIOUS_VOLUMECONTROL_H
27 27
28 void volumecontrol_pad_audio(gpointer data, gint length, AFormat fmt, 28 void volumecontrol_pad_audio(gpointer data, gint length, AFormat fmt,
29 gint channels); 29 gint channels);
30 void volumecontrol_get_volume_state(gint *l, gint *r); 30 void volumecontrol_get_volume_state(gint *l, gint *r);
31 void volumecontrol_set_volume_state(gint l, gint r); 31 void volumecontrol_set_volume_state(gint l, gint r);
32 void volumecontrol_flow(FlowContext *context); 32 void volumecontrol_flow(FlowContext *context);
33 33
34 #endif 34 #endif /* AUDACIOUS_VOLUMECONTROL_H */