diff src/xs_filter.h @ 324:dd201740a720

Changed copyright text.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Jan 2005 04:11:02 +0000
parents 24cf384ba6db
children 7888e5d973b9
line wrap: on
line diff
--- a/src/xs_filter.h	Sat Jan 08 17:07:02 2005 +0000
+++ b/src/xs_filter.h	Tue Jan 11 04:11:02 2005 +0000
@@ -7,8 +7,11 @@
 extern "C" {
 #endif
 
-gint	xs_rateconv_filter(void *, void *, AFormat, gint, gint);
+typedef struct {
+} t_xs_filter;
 
+void	xs_filter_init(t_xs_filter *);
+gint	xs_filter_rateconv(t_xs_filter *, void *, void *, AFormat, gint, gint);
 
 #ifdef __cplusplus
 }