diff src/xmms-sid.h @ 311:7c49095b9c52

xs_filter.h
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 30 Dec 2004 11:37:05 +0000
parents ae5795ba5c77
children dd201740a720
line wrap: on
line diff
--- a/src/xmms-sid.h	Tue Dec 28 16:35:01 2004 +0000
+++ b/src/xmms-sid.h	Thu Dec 30 11:37:05 2004 +0000
@@ -83,7 +83,7 @@
 
 
 
-#define XS_STIL_MAXENTRY	(128)	/* Max number of sub-songs in STIL/SLDB node */
+#define XS_STIL_MAXENTRY	(64)	/* Max number of sub-songs in STIL/SLDB node */
 
 
 #define XS_CONFIG_IDENT		"XMMS-SID"	/* Configuration file identifier */
@@ -196,7 +196,6 @@
 void	xs_get_song_info(gchar *, gchar **, gint *);
 void	xs_about(void);
 
-gint	xs_rateconv_filter(void *, void *, AFormat, gint, gint);
 t_xs_tuneinfo *xs_tuneinfo_new(gchar *, gint, gint, gchar *, gchar *, gchar *, gint, gint, gint, gint);
 void	xs_tuneinfo_free(t_xs_tuneinfo *);