diff src/xs_support.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 c192468eb8ce
children fe8b41abd923
line wrap: on
line diff
--- a/src/xs_support.h	Sat Feb 17 16:35:01 2007 +0000
+++ b/src/xs_support.h	Tue Feb 20 16:53:05 2007 +0000
@@ -1,5 +1,5 @@
-#ifndef _XS_SUPPORT_H
-#define _XS_SUPPORT_H
+#ifndef XS_SUPPORT_H
+#define XS_SUPPORT_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -81,4 +81,4 @@
 #ifdef __cplusplus
 }
 #endif
-#endif /* _XS_SUPPORT_H */
+#endif /* XS_SUPPORT_H */