diff src/xs_filter.h @ 315:24cf384ba6db

Added missing files (oops) to CVS.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Dec 2004 15:02:02 +0000
parents
children dd201740a720
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/xs_filter.h	Thu Dec 30 15:02:02 2004 +0000
@@ -0,0 +1,16 @@
+#ifndef XS_FILTER_H
+#define XS_FILTER_H
+
+#include "xmms-sid.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+gint	xs_rateconv_filter(void *, void *, AFormat, gint, gint);
+
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* XS_FILTER_H */