comparison src/xs_filter.h @ 660:b0743dc9165d

Change tabs to 4 spaces, everywhere.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 22:10:05 +0300
parents fa95d942f226
children
comparison
equal deleted inserted replaced
659:04ea91a61225 660:b0743dc9165d
9 9
10 /* 10 /*
11 typedef struct { 11 typedef struct {
12 } t_xs_filter; 12 } t_xs_filter;
13 13
14 void xs_filter_init(t_xs_filter *); 14 void xs_filter_init(t_xs_filter *);
15 */ 15 */
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 */