diff src/xs_sidplay1.h @ 467:9dafc55c4270

Beginnings of vfs portability.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Jan 2007 03:46:02 +0000
parents 730b40033055
children fa95d942f226
line wrap: on
line diff
--- a/src/xs_sidplay1.h	Thu Jan 25 03:44:01 2007 +0000
+++ b/src/xs_sidplay1.h	Thu Jan 25 03:46:02 2007 +0000
@@ -2,6 +2,7 @@
 #define _XS_SIDPLAY1_H
 
 #include "xmms-sid.h"
+#include "xs_support.h"
 
 /* Maximum audio frequency supported by libSIDPlay v1 */
 #define SIDPLAY1_MAX_FREQ	(48000)
@@ -10,7 +11,7 @@
 extern "C" {
 #endif
 
-gboolean	xs_sidplay1_isourfile(gchar *);
+gboolean	xs_sidplay1_isourfile(t_xs_file *);
 void		xs_sidplay1_close(t_xs_status *);
 gboolean	xs_sidplay1_init(t_xs_status *);
 gboolean	xs_sidplay1_initsong(t_xs_status *);