view src/xs_filter.h @ 324:dd201740a720

Changed copyright text.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Jan 2005 04:11:02 +0000
parents 24cf384ba6db
children 7888e5d973b9
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(t_xs_filter *, void *, void *, AFormat, gint, gint);

#ifdef __cplusplus
}
#endif
#endif /* XS_FILTER_H */