diff src/xs_curve.h @ 526:fa95d942f226

Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Feb 2007 16:53:05 +0000
parents 54d86ee98b98
children 425da926d310
line wrap: on
line diff
--- a/src/xs_curve.h	Sat Feb 17 16:35:01 2007 +0000
+++ b/src/xs_curve.h	Tue Feb 20 16:53:05 2007 +0000
@@ -1,5 +1,5 @@
-#ifndef _XS_CURVE_H
-#define _XS_CURVE_H
+#ifndef XS_CURVE_H
+#define XS_CURVE_H
 
 #include <gdk/gdk.h>
 #include <gtk/gtkdrawingarea.h>
@@ -58,4 +58,4 @@
 }
 #endif
 
-#endif /* _XS_CURVE_H */
+#endif /* XS_CURVE_H */