diff src/xs_length.h @ 402:f997b79a7251

More work on merging of improved STIL/SLDB handling code with completely dynamic memory allocation.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 01 Jun 2006 02:18:02 +0000
parents b09d74eb71e6
children 693baa150eea
line wrap: on
line diff
--- a/src/xs_length.h	Wed May 31 22:52:00 2006 +0000
+++ b/src/xs_length.h	Thu Jun 01 02:18:02 2006 +0000
@@ -29,15 +29,15 @@
 /*
  * Functions
  */
-gint			xs_sldb_read(t_xs_sldb *, gchar *);
+gint			xs_sldb_read(t_xs_sldb *, const gchar *);
 gint			xs_sldb_index(t_xs_sldb *);
 void			xs_sldb_free(t_xs_sldb *);
-t_xs_sldb_node *	xs_sldb_get(t_xs_sldb *, gchar *);
+t_xs_sldb_node *	xs_sldb_get(t_xs_sldb *, const gchar *);
 
 
 gint			xs_songlen_init(void);
 void			xs_songlen_close(void);
-t_xs_sldb_node *	xs_songlen_get(gchar *);
+t_xs_sldb_node *	xs_songlen_get(const gchar *);
 
 #ifdef __cplusplus
 }