view src/xs_filter.h @ 636:ea06356d792b

Show tags ("[!]" and "[*]") in fileinfo selector, if there is additional information for the subtune; Only list subtunes that have _some_ STIL information.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Sep 2007 00:21:03 +0000
parents fa95d942f226
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 */