comparison 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
comparison
equal deleted inserted replaced
401:30da794755f7 402:f997b79a7251
27 27
28 28
29 /* 29 /*
30 * Functions 30 * Functions
31 */ 31 */
32 gint xs_sldb_read(t_xs_sldb *, gchar *); 32 gint xs_sldb_read(t_xs_sldb *, const gchar *);
33 gint xs_sldb_index(t_xs_sldb *); 33 gint xs_sldb_index(t_xs_sldb *);
34 void xs_sldb_free(t_xs_sldb *); 34 void xs_sldb_free(t_xs_sldb *);
35 t_xs_sldb_node * xs_sldb_get(t_xs_sldb *, gchar *); 35 t_xs_sldb_node * xs_sldb_get(t_xs_sldb *, const gchar *);
36 36
37 37
38 gint xs_songlen_init(void); 38 gint xs_songlen_init(void);
39 void xs_songlen_close(void); 39 void xs_songlen_close(void);
40 t_xs_sldb_node * xs_songlen_get(gchar *); 40 t_xs_sldb_node * xs_songlen_get(const gchar *);
41 41
42 #ifdef __cplusplus 42 #ifdef __cplusplus
43 } 43 }
44 #endif 44 #endif
45 #endif /* _XS_LENGTH_H */ 45 #endif /* _XS_LENGTH_H */