diff 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
line wrap: on
line diff
--- a/src/audacious/volumecontrol.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/volumecontrol.h	Mon May 19 01:29:46 2008 +0300
@@ -22,8 +22,8 @@
 
 #include "flow.h"
 
-#ifndef __VOLUMECONTROL_H__
-#define __VOLUMECONTROL_H__
+#ifndef AUDACIOUS_VOLUMECONTROL_H
+#define AUDACIOUS_VOLUMECONTROL_H
 
 void volumecontrol_pad_audio(gpointer data, gint length, AFormat fmt, 
     gint channels);
@@ -31,4 +31,4 @@
 void volumecontrol_set_volume_state(gint l, gint r);
 void volumecontrol_flow(FlowContext *context);
 
-#endif
+#endif /* AUDACIOUS_VOLUMECONTROL_H */