view src/xs_filter.h @ 322:d40c1ca754aa

Updated credits and greetings
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 08 Jan 2005 17:06:03 +0000
parents 24cf384ba6db
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 */