view src/xs_sidplay1.h @ 112:fb16fc1fd506 dev-0_8_0b7

Minor updates to docs, added reference to IRC-channel
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Jan 2004 01:54:01 +0000
parents fe83646e6baa
children 608f31f6c095
line wrap: on
line source

#ifndef _XS_SIDPLAY1_H
#define _XS_SIDPLAY1_H

#include "xmms-sid.h"

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_tune*	xs_sidplay1_getsidinfo(gchar *);

#endif /* _XS_SIDPLAY1_H */