comparison src/xs_title.h @ 611:a751d2b85a7d

Merge in Tuple changes from Audacious-SID.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 01 Sep 2007 14:43:05 +0000
parents 3e4901a89f3d
children ddae043e8e47
comparison
equal deleted inserted replaced
610:88bc61a2914f 611:a751d2b85a7d
7 extern "C" { 7 extern "C" {
8 #endif 8 #endif
9 9
10 gchar *xs_make_titlestring(t_xs_tuneinfo *, gint); 10 gchar *xs_make_titlestring(t_xs_tuneinfo *, gint);
11 #ifdef AUDACIOUS_PLUGIN 11 #ifdef AUDACIOUS_PLUGIN
12 TitleInput * xs_make_titletuple(t_xs_tuneinfo *p, gint subTune); 12 t_xs_tuple *xs_make_titletuple(t_xs_tuneinfo *p, gint subTune);
13 #endif 13 #endif
14 14
15 #ifdef __cplusplus 15 #ifdef __cplusplus
16 } 16 }
17 #endif 17 #endif