view src/xs_filter.h @ 442:94c531f0c0a4

.. and more fixes. :|
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 06 Jan 2007 11:05:05 +0000
parents b09d74eb71e6
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 */