Mercurial > audlegacy-plugins
view src/sid/xs_sidplay2.h @ 642:2605c5515bab trunk
[svn] - remove a debug output.
author | yaz |
---|---|
date | Mon, 12 Feb 2007 21:58:47 -0800 |
parents | 1e5cb7a00cb0 |
children | 6c3c7b841382 |
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 *); gboolean xs_sidplay2_isourfile_vfs(gchar *,VFSFile *); 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_loadsid(t_xs_status *, gchar *); void xs_sidplay2_deletesid(t_xs_status *); t_xs_tuneinfo* xs_sidplay2_getsidinfo(gchar *); #ifdef __cplusplus } #endif #endif /* _XS_SIDPLAY2_H */