diff src/xs_config.h @ 392:b09d74eb71e6

Working on getting STIL and SLDB using completely dynamically allocated structures. Indentation cleanups, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 10:02:00 +0000
parents 3bea6584259f
children f997b79a7251
line wrap: on
line diff
--- a/src/xs_config.h	Tue May 30 04:50:04 2006 +0000
+++ b/src/xs_config.h	Wed May 31 10:02:00 2006 +0000
@@ -1,5 +1,5 @@
-#ifndef XS_CONFIG_H
-#define XS_CONFIG_H
+#ifndef _XS_CONFIG_H
+#define _XS_CONFIG_H
 
 #include "xmms-sid.h"
 
@@ -164,4 +164,4 @@
 #ifdef __cplusplus
 }
 #endif
-#endif /* XS_CONFIG_H */
+#endif /* _XS_CONFIG_H */