view src/sid/xs_filter.h @ 2558:fb2856249629

now path can be specified for cddb lookup via http.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sat, 10 May 2008 13:41:06 +0900
parents 1223e8510d8a
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 */