diff src/xmms-sid.h @ 40:1788f4ce6a44

Numerous changes towards 0.8
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 22:38:01 +0000
parents 271be59be975
children dae6d3c2268d
line wrap: on
line diff
--- a/src/xmms-sid.h	Thu Jun 19 20:49:01 2003 +0000
+++ b/src/xmms-sid.h	Thu Jun 19 22:38:01 2003 +0000
@@ -32,13 +32,15 @@
 #include <config.h>
 #include <glib.h>
 #include <xmms/plugin.h>
+#include <assert.h>
 
 /*
  * Generals
  */
-#define XS_CONFIG_IDENT		"XMMS-SID"	/* Configuration file identifier */
 #define XS_BUFSIZE		(4096)		/* Size for some buffers */
 
+#define XS_MIN_OVERSAMPLE	(2)
+#define XS_MAX_OVERSAMPLE	(8)
 
 extern InputPlugin xs_plugin_ip;
 
@@ -56,7 +58,7 @@
 int	xs_get_time(void);
 void	xs_get_song_info(char *, char **, int *);
 // void	xs_file_info_box(char *);
-void	xs_aboutbox(void);
+void	xs_about(void);
 
 
 /*