comparison 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
comparison
equal deleted inserted replaced
391:3cc7455360ad 392:b09d74eb71e6
1 #ifndef XS_CONFIG_H 1 #ifndef _XS_CONFIG_H
2 #define XS_CONFIG_H 2 #define _XS_CONFIG_H
3 3
4 #include "xmms-sid.h" 4 #include "xmms-sid.h"
5 5
6 #ifdef __cplusplus 6 #ifdef __cplusplus
7 extern "C" { 7 extern "C" {
162 162
163 163
164 #ifdef __cplusplus 164 #ifdef __cplusplus
165 } 165 }
166 #endif 166 #endif
167 #endif /* XS_CONFIG_H */ 167 #endif /* _XS_CONFIG_H */