Mercurial > audlegacy-plugins
view src/sid/xs_sidplay1.h @ 3181:dc22f5fa8f2f
alsa-ng: Remove another debug message.
(http://jira.atheme.org/browse/AUDPLUG-15)
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 11 Jun 2009 20:21:16 -0500 |
parents | 1223e8510d8a |
children |
line wrap: on
line source
#ifndef XS_SIDPLAY1_H #define XS_SIDPLAY1_H #include "xs_player.h" #include "xs_support.h" #include "xs_slsup.h" #ifdef __cplusplus extern "C" { #endif gboolean xs_sidplay1_probe(xs_file_t *); void xs_sidplay1_close(xs_status_t *); gboolean xs_sidplay1_init(xs_status_t *); gboolean xs_sidplay1_initsong(xs_status_t *); guint xs_sidplay1_fillbuffer(xs_status_t *, gchar *, guint); gboolean xs_sidplay1_load(xs_status_t *, gchar *); void xs_sidplay1_delete(xs_status_t *); xs_tuneinfo_t* xs_sidplay1_getinfo(const gchar *); gboolean xs_sidplay1_updateinfo(xs_status_t *); #ifdef __cplusplus } #endif #endif /* XS_SIDPLAY1_H */