diff src/xs_filter.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 7888e5d973b9
children fa95d942f226
line wrap: on
line diff
--- a/src/xs_filter.h	Tue May 30 04:50:04 2006 +0000
+++ b/src/xs_filter.h	Wed May 31 10:02:00 2006 +0000
@@ -1,5 +1,5 @@
-#ifndef XS_FILTER_H
-#define XS_FILTER_H
+#ifndef _XS_FILTER_H
+#define _XS_FILTER_H
 
 #include "xmms-sid.h"
 
@@ -18,4 +18,4 @@
 #ifdef __cplusplus
 }
 #endif
-#endif /* XS_FILTER_H */
+#endif /* _XS_FILTER_H */