Mercurial > audlegacy-plugins
view src/sid/xs_slsup.h @ 2882:15754379dbd5
fixed the remove bonding bug and made it thread safe
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Thu, 07 Aug 2008 20:00:52 +0300 |
parents | f4dce14ed238 |
children |
line wrap: on
line source
#ifndef XS_SLSUP_H #define XS_SLSUP_H #include "xmms-sid.h" #include "xs_stil.h" #include "xs_length.h" #ifdef __cplusplus extern "C" { #endif gint xs_stil_init(void); void xs_stil_close(void); stil_node_t *xs_stil_get(gchar *filename); gint xs_songlen_init(void); void xs_songlen_close(void); sldb_node_t *xs_songlen_get(const gchar *); xs_tuneinfo_t *xs_tuneinfo_new(const gchar * pcFilename, gint nsubTunes, gint startTune, const gchar * sidName, const gchar * sidComposer, const gchar * sidCopyright, gint loadAddr, gint initAddr, gint playAddr, gint dataFileLen, const gchar *sidFormat, gint sidModel); void xs_tuneinfo_free(xs_tuneinfo_t *); #ifdef __cplusplus } #endif #endif /* XS_SLSUP_H */