diff src/libaudclient/audctrl.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 7e126e402b1c
children 4ed03078bda9
line wrap: on
line diff
--- a/src/libaudclient/audctrl.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/libaudclient/audctrl.h	Mon May 19 01:29:46 2008 +0300
@@ -17,8 +17,8 @@
  * 02110-1301, USA.
  */
 
-#ifndef _AUDCTRL_H
-#define _AUDCTRL_H
+#ifndef AUDACIOUS_AUDCTRL_H
+#define AUDACIOUS_AUDCTRL_H
 
 #include <glib.h>
 #include <dbus/dbus-glib.h>
@@ -127,4 +127,4 @@
 
 G_END_DECLS
 
-#endif
+#endif /* AUDACIOUS_AUDCTRL_H */