view src/xs_sidplay1.h @ 230:608f31f6c095

Raw cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 09:25:03 +0000
parents fe83646e6baa
children 421e4fc13bce
line wrap: on
line source

#ifndef _XS_SIDPLAY1_H
#define _XS_SIDPLAY1_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

gboolean	xs_sidplay1_isourfile(gchar *);
void		xs_sidplay1_close(t_xs_status *);
gboolean	xs_sidplay1_init(t_xs_status *);
gboolean	xs_sidplay1_initsong(t_xs_status *);
guint		xs_sidplay1_fillbuffer(t_xs_status *, gchar *, guint);
gboolean	xs_sidplay1_loadsid(t_xs_status *, gchar *);
void		xs_sidplay1_deletesid(t_xs_status *);
t_xs_tuneinfo*	xs_sidplay1_getsidinfo(gchar *);

#ifdef __cplusplus
}
#endif
#endif /* _XS_SIDPLAY1_H */