Mercurial > audlegacy-plugins
view src/sid/xs_filter.h @ 2343:ac99d3c3901e
Bumped plugins version up to 1.5.0
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Fri, 01 Feb 2008 22:32:53 +0200 |
parents | 3da1b8942b8b |
children | 1223e8510d8a |
line wrap: on
line source
#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 */