diff src/sid/xs_sidplay1.h @ 1577:bdf7935a2e26

Move xs_tuneinfo_*() function prototypes to xs_slsup.h
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 08:45:00 +0300
parents 6c3c7b841382
children 251336bee085
line wrap: on
line diff
--- a/src/sid/xs_sidplay1.h	Mon Sep 03 08:43:47 2007 +0300
+++ b/src/sid/xs_sidplay1.h	Mon Sep 03 08:45:00 2007 +0300
@@ -3,6 +3,7 @@
 
 #include "xs_player.h"
 #include "xs_support.h"
+#include "xs_slsup.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -15,7 +16,7 @@
 guint		xs_sidplay1_fillbuffer(t_xs_status *, gchar *, guint);
 gboolean	xs_sidplay1_load(t_xs_status *, gchar *);
 void		xs_sidplay1_delete(t_xs_status *);
-t_xs_tuneinfo*	xs_sidplay1_getinfo(gchar *);
+t_xs_tuneinfo*	xs_sidplay1_getinfo(const gchar *);
 gboolean	xs_sidplay1_updateinfo(t_xs_status *);
 
 #ifdef __cplusplus