view 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 source

#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 */