view src/xs_filter.h @ 338:550a5d5811f8

Update copyright to 2005; Don't enclose some values in m4 quotes, automake breaks with them in stupid places.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Sep 2005 02:22:03 +0000
parents 7888e5d973b9
children b09d74eb71e6
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 */