Mercurial > audlegacy
annotate Plugins/Input/sid/xs_filter.h @ 708:e4069b00b174 trunk
[svn] - fix
author | nenolod |
---|---|
date | Sun, 26 Feb 2006 15:50:50 -0800 |
parents | 1b82a9932b60 |
children |
rev | line source |
---|---|
269 | 1 #ifndef XS_FILTER_H |
2 #define XS_FILTER_H | |
3 | |
4 #include "xmms-sid.h" | |
5 | |
6 #ifdef __cplusplus | |
7 extern "C" { | |
8 #endif | |
9 | |
10 /* | |
11 typedef struct { | |
12 } t_xs_filter; | |
13 | |
14 void xs_filter_init(t_xs_filter *); | |
15 */ | |
16 gint xs_filter_rateconv(void *, void *, const AFormat, const gint, const gint); | |
17 | |
18 #ifdef __cplusplus | |
19 } | |
20 #endif | |
21 #endif /* XS_FILTER_H */ |