diff src/xs_sidplay1.h @ 454:730b40033055

Functions renamed, added update function.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Jan 2007 21:59:02 +0000
parents 421e4fc13bce
children 9dafc55c4270
line wrap: on
line diff
--- 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
 }