diff src/sid/xs_filter.h @ 12:3da1b8942b8b trunk

[svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container
author nenolod
date Mon, 18 Sep 2006 03:14:20 -0700
parents src/Input/sid/xs_filter.h@13389e613d67
children 1223e8510d8a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/sid/xs_filter.h	Mon Sep 18 03:14:20 2006 -0700
@@ -0,0 +1,21 @@
+#ifndef XS_FILTER_H
+#define XS_FILTER_H
+
+#include "xmms-sid.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*
+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
+#endif /* XS_FILTER_H */