comparison src/xs_title.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 1222cff759c6
children 699c407447e9
comparison
equal deleted inserted replaced
401:30da794755f7 402:f997b79a7251
8 #endif 8 #endif
9 9
10 /* 10 /*
11 * Functions 11 * Functions
12 */ 12 */
13 gchar *xs_make_titlestring(gchar *, gint, gint, gint, const gchar *, const gchar *, const gchar *, const gchar *); 13 gchar *xs_make_titlestring(t_xs_tuneinfo *, gint);
14 14
15 #ifdef __cplusplus 15 #ifdef __cplusplus
16 } 16 }
17 #endif 17 #endif
18 #endif /* XS_TITLE_H */ 18 #endif /* XS_TITLE_H */