Mercurial > audlegacy-plugins
view src/sid/xs_sidplay2.h @ 2982:c1417013d4eb
Silencing these _cv_ warnings by renaming that can_has_midi thing.
author | Tony Vroon <chainsaw@gentoo.org> |
---|---|
date | Sat, 01 Nov 2008 23:39:20 +0000 |
parents | 1223e8510d8a |
children |
line wrap: on
line source
#ifndef XS_SIDPLAY2_H #define XS_SIDPLAY2_H #include "xs_player.h" #include "xs_support.h" #include "xs_slsup.h" #ifdef __cplusplus extern "C" { #endif gboolean xs_sidplay2_probe(xs_file_t *); void xs_sidplay2_close(xs_status_t *); gboolean xs_sidplay2_init(xs_status_t *); gboolean xs_sidplay2_initsong(xs_status_t *); guint xs_sidplay2_fillbuffer(xs_status_t *, gchar *, guint); gboolean xs_sidplay2_load(xs_status_t *, gchar *); void xs_sidplay2_delete(xs_status_t *); xs_tuneinfo_t* xs_sidplay2_getinfo(const gchar *); gboolean xs_sidplay2_updateinfo(xs_status_t *); void xs_sidplay2_flush(xs_status_t *); #ifdef __cplusplus } #endif #endif /* XS_SIDPLAY2_H */