diff 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
line wrap: on
line diff
--- a/src/xs_title.h	Sat Sep 01 14:43:01 2007 +0000
+++ b/src/xs_title.h	Sat Sep 01 14:43:05 2007 +0000
@@ -9,7 +9,7 @@
 
 gchar *xs_make_titlestring(t_xs_tuneinfo *, gint);
 #ifdef AUDACIOUS_PLUGIN
-TitleInput * xs_make_titletuple(t_xs_tuneinfo *p, gint subTune);
+t_xs_tuple *xs_make_titletuple(t_xs_tuneinfo *p, gint subTune);
 #endif
 
 #ifdef __cplusplus