comparison 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
comparison
equal deleted inserted replaced
391:3cc7455360ad 392:b09d74eb71e6
1 #ifndef XS_FILTER_H 1 #ifndef _XS_FILTER_H
2 #define XS_FILTER_H 2 #define _XS_FILTER_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" {
16 gint xs_filter_rateconv(void *, void *, const AFormat, const gint, const gint); 16 gint xs_filter_rateconv(void *, void *, const AFormat, const gint, const gint);
17 17
18 #ifdef __cplusplus 18 #ifdef __cplusplus
19 } 19 }
20 #endif 20 #endif
21 #endif /* XS_FILTER_H */ 21 #endif /* _XS_FILTER_H */