Mercurial > audlegacy-plugins
diff src/sid/xs_title.h @ 735:6c3c7b841382 trunk
[svn] - sync audacious-sid with latest xmms-sid, from Matti Hamalainen (ccr).
author | nenolod |
---|---|
date | Tue, 27 Feb 2007 01:40:23 -0800 |
parents | 3da1b8942b8b |
children | c6947f95fd2a |
line wrap: on
line diff
--- a/src/sid/xs_title.h Tue Feb 27 01:27:06 2007 -0800 +++ b/src/sid/xs_title.h Tue Feb 27 01:40:23 2007 -0800 @@ -7,10 +7,10 @@ extern "C" { #endif -/* - * Functions - */ -gchar *xs_make_titlestring(gchar *, gint, gint, gint, const gchar *, const gchar *, const gchar *, const gchar *); +gchar *xs_make_titlestring(t_xs_tuneinfo *, gint); +#ifdef AUDACIOUS_PLUGIN +TitleInput * xs_make_titletuple(t_xs_tuneinfo *p, gint subTune); +#endif #ifdef __cplusplus }