view src/xs_sidplay2.h @ 97:f69fa2496512

- Cleaned changelog, moved to ChangeLog.old - Adjusted Makefile.am accordingly - Version number bump - GUI tweaks - Specfile cleanup
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 Jan 2004 22:55:05 +0000
parents 94497283affa
children fe83646e6baa
line wrap: on
line source

#ifndef _XS_SIDPLAY2_H
#define _XS_SIDPLAY2_H

#include "xmms-sid.h"

gboolean	xs_sidplay2_isourfile(gchar *);
void		xs_sidplay2_close(t_xs_status *);
gboolean	xs_sidplay2_init(t_xs_status *);
gboolean	xs_sidplay2_initsong(t_xs_status *);
gboolean	xs_sidplay2_fillbuffer(t_xs_status *, gchar *, gint);
gboolean	xs_sidplay2_loadsid(t_xs_status *, gchar *);
void		xs_sidplay2_deletesid(t_xs_status *);
t_xs_tune*	xs_sidplay2_getsidinfo(gchar *);

#endif /* _XS_SIDPLAY2_H */