diff src/sid/xs_sidplay1.h @ 735:6c3c7b841382 trunk

[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
author nenolod
date Tue, 27 Feb 2007 01:40:23 -0800
parents 1e5cb7a00cb0
children bdf7935a2e26
line wrap: on
line diff
--- a/src/sid/xs_sidplay1.h	Tue Feb 27 01:27:06 2007 -0800
+++ b/src/sid/xs_sidplay1.h	Tue Feb 27 01:40:23 2007 -0800
@@ -1,26 +1,24 @@
-#ifndef _XS_SIDPLAY1_H
-#define _XS_SIDPLAY1_H
+#ifndef XS_SIDPLAY1_H
+#define XS_SIDPLAY1_H
 
-#include "xmms-sid.h"
-
-/* Maximum audio frequency supported by libSIDPlay v1 */
-#define SIDPLAY1_MAX_FREQ	(48000)
+#include "xs_player.h"
+#include "xs_support.h"
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-gboolean	xs_sidplay1_isourfile(gchar *);
-gboolean	xs_sidplay1_isourfile_vfs(gchar *,VFSFile *);
+gboolean	xs_sidplay1_probe(t_xs_file *);
 void		xs_sidplay1_close(t_xs_status *);
 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
 }
 #endif
-#endif /* _XS_SIDPLAY1_H */
+#endif /* XS_SIDPLAY1_H */