diff src/xs_support.h @ 714:229fa2d043b9

Moved filter routines to xs_support.[ch].
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Feb 2009 14:56:56 +0200
parents 27fac414349d
children 82be5d6b70ab
line wrap: on
line diff
--- a/src/xs_support.h	Mon Feb 09 13:23:32 2009 +0200
+++ b/src/xs_support.h	Mon Feb 09 14:56:56 2009 +0200
@@ -102,6 +102,15 @@
 void    xs_findeol(const gchar *, size_t *);
 void    xs_findnum(const gchar *, size_t *);
 
+/*
+typedef struct {
+} t_xs_filter;
+
+void    xs_filter_init(t_xs_filter *);
+*/
+gint    xs_filter_rateconv(void *, void *, const AFormat, const gint, const gint);
+
+
 #ifdef __cplusplus
 }
 #endif