view src/xs_sidplay2.h @ 454:730b40033055

Functions renamed, added update function.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Jan 2007 21:59:02 +0000
parents 608f31f6c095
children 9dafc55c4270
line wrap: on
line source

#ifndef _XS_SIDPLAY2_H
#define _XS_SIDPLAY2_H

#include "xmms-sid.h"

#ifdef __cplusplus
extern "C" {
#endif

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 *);
guint		xs_sidplay2_fillbuffer(t_xs_status *, gchar *, guint);
gboolean	xs_sidplay2_load(t_xs_status *, gchar *);
void		xs_sidplay2_delete(t_xs_status *);
t_xs_tuneinfo*	xs_sidplay2_getinfo(gchar *);
gboolean	xs_sidplay2_updateinfo(t_xs_status *);

#ifdef __cplusplus
}
#endif
#endif /* _XS_SIDPLAY2_H */