diff src/xs_length.h @ 39:85a7753e2a9a

Lots of new code
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 20:49:01 +0000
parents ac2972a7ccd5
children 0d1df20745dd
line wrap: on
line diff
--- a/src/xs_length.h	Thu Jun 19 20:48:04 2003 +0000
+++ b/src/xs_length.h	Thu Jun 19 20:49:01 2003 +0000
@@ -5,13 +5,13 @@
 extern "C" {
 #endif
 
-#include <glib.h>
+#include "xmms-sid.h"
 #include "xs_md5.h"
 
 /*
  * Defines and typedefs
  */
-#define XS_STIL_MAXENTRY	(32)
+#define XS_STIL_MAXENTRY	(48)
 typedef struct dbnode {
 	t_xs_md5hash	md5Hash;	/* 128-bit MD5 hash-digest */
 	gint		nLengths;	/* Number of lengths */
@@ -25,10 +25,9 @@
 /*
  * Functions
  */
-gint	xs_songlen_init(void);	/* Initialize songlength subsystem */
-void	xs_songlen_close(void); /* Close/shutdown */
-
-gint32	xs_songlen_get(gchar *, gint); /* Get length in seconds */
+gint	xs_songlen_init(void);		/* Initialize songlength subsystem */
+void	xs_songlen_close(void);		/* Close/shutdown */
+gint32	xs_songlen_get(gchar *, gint);	/* Get length in seconds */
 
 
 #ifdef __cplusplus