diff src/xs_sidplay2.h @ 526:fa95d942f226

Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Feb 2007 16:53:05 +0000
parents 9dafc55c4270
children 36ccf30d3d22
line wrap: on
line diff
--- a/src/xs_sidplay2.h	Sat Feb 17 16:35:01 2007 +0000
+++ b/src/xs_sidplay2.h	Tue Feb 20 16:53:05 2007 +0000
@@ -1,14 +1,14 @@
-#ifndef _XS_SIDPLAY2_H
-#define _XS_SIDPLAY2_H
+#ifndef XS_SIDPLAY2_H
+#define XS_SIDPLAY2_H
 
-#include "xmms-sid.h"
+#include "xs_player.h"
 #include "xs_support.h"
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-gboolean	xs_sidplay2_isourfile(t_xs_file *);
+gboolean	xs_sidplay2_probe(t_xs_file *);
 void		xs_sidplay2_close(t_xs_status *);
 gboolean	xs_sidplay2_init(t_xs_status *);
 gboolean	xs_sidplay2_initsong(t_xs_status *);
@@ -17,8 +17,9 @@
 void		xs_sidplay2_delete(t_xs_status *);
 t_xs_tuneinfo*	xs_sidplay2_getinfo(gchar *);
 gboolean	xs_sidplay2_updateinfo(t_xs_status *);
+void		xs_sidplay2_flush(t_xs_status *);
 
 #ifdef __cplusplus
 }
 #endif
-#endif /* _XS_SIDPLAY2_H */
+#endif /* XS_SIDPLAY2_H */