diff src/audacious/src_flow.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 a41fb6bc632a
children
line wrap: on
line diff
--- a/src/audacious/src_flow.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/src_flow.h	Mon May 19 01:29:46 2008 +0300
@@ -17,8 +17,8 @@
  *  Audacious or using our public API to be a derived work.
  */
 
-#ifndef SRC_FLOW_H
-#define SRC_FLOW_H
+#ifndef AUDACIOUS_SRC_FLOW_H
+#define AUDACIOUS_SRC_FLOW_H
 
 #include <glib.h>
 #include "flow.h"
@@ -27,4 +27,4 @@
 gint src_flow_init(gint infreq, gint nch);
 void src_flow_free();
 
-#endif
+#endif /* AUDACIOUS_SRC_FLOW_H */