view src/xs_filter.h @ 392:b09d74eb71e6

Working on getting STIL and SLDB using completely dynamically allocated structures. Indentation cleanups, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 10:02:00 +0000
parents 7888e5d973b9
children fa95d942f226
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 */