view src/xs_filter.h @ 526:fa95d942f226

Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Feb 2007 16:53:05 +0000
parents b09d74eb71e6
children b0743dc9165d
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 */