# HG changeset patch # User Matti Hamalainen # Date 1169675942 0 # Node ID 730b40033055ac46a41ddf79d4c05695853824d5 # Parent 60eedde4c44f9992539c798fb9b147837de88776 Functions renamed, added update function. diff -r 60eedde4c44f -r 730b40033055 src/xs_sidplay1.h --- a/src/xs_sidplay1.h Wed Jan 24 21:58:05 2007 +0000 +++ b/src/xs_sidplay1.h Wed Jan 24 21:59:02 2007 +0000 @@ -15,9 +15,10 @@ gboolean xs_sidplay1_init(t_xs_status *); gboolean xs_sidplay1_initsong(t_xs_status *); guint xs_sidplay1_fillbuffer(t_xs_status *, gchar *, guint); -gboolean xs_sidplay1_loadsid(t_xs_status *, gchar *); -void xs_sidplay1_deletesid(t_xs_status *); -t_xs_tuneinfo* xs_sidplay1_getsidinfo(gchar *); +gboolean xs_sidplay1_load(t_xs_status *, gchar *); +void xs_sidplay1_delete(t_xs_status *); +t_xs_tuneinfo* xs_sidplay1_getinfo(gchar *); +gboolean xs_sidplay1_updateinfo(t_xs_status *); #ifdef __cplusplus } diff -r 60eedde4c44f -r 730b40033055 src/xs_sidplay2.h --- a/src/xs_sidplay2.h Wed Jan 24 21:58:05 2007 +0000 +++ b/src/xs_sidplay2.h Wed Jan 24 21:59:02 2007 +0000 @@ -12,9 +12,10 @@ 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 *); +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 }