diff src/xmms-sid.h @ 106:98a72c44f56b

Fileinfo now working with rudimentary informations. Slightly buggy.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Jan 2004 23:02:04 +0000
parents fe83646e6baa
children 6e2ac165c48e
line wrap: on
line diff
--- a/src/xmms-sid.h	Sun Jan 11 23:02:02 2004 +0000
+++ b/src/xmms-sid.h	Sun Jan 11 23:02:04 2004 +0000
@@ -72,7 +72,6 @@
 			*tuneName,
 			*tuneComposer,
 			*tuneCopyright;
-	
 	gint		nsubTunes, startTune;
 	t_xs_subtune	subTunes[XS_STIL_MAXENTRY];
 } t_xs_tune;
@@ -104,7 +103,7 @@
 void	xs_fileinfo(gchar *);
 void	xs_about(void);
 
-t_xs_tune *xs_tune_new(gchar *, gint, gint);
+t_xs_tune *xs_tune_new(gchar *, gint, gint, gchar *, gchar *, gchar *);
 void	xs_tune_free(t_xs_tune *);