diff src/xs_title.h @ 540:3e4901a89f3d

Audacious kludging.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 Feb 2007 03:39:00 +0000
parents fa95d942f226
children a751d2b85a7d
line wrap: on
line diff
--- a/src/xs_title.h	Wed Feb 21 03:38:05 2007 +0000
+++ b/src/xs_title.h	Wed Feb 21 03:39:00 2007 +0000
@@ -8,6 +8,9 @@
 #endif
 
 gchar *xs_make_titlestring(t_xs_tuneinfo *, gint);
+#ifdef AUDACIOUS_PLUGIN
+TitleInput * xs_make_titletuple(t_xs_tuneinfo *p, gint subTune);
+#endif
 
 #ifdef __cplusplus
 }