view src/xs_filter.h @ 692:0126579b6652

Actually compiles now with libsidplay2 COM API, but does not work yet.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 May 2008 09:22:49 +0300
parents b0743dc9165d
children
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 */