comparison src/xs_title.h @ 618:ddae043e8e47

Remove Audacious related stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Sep 2007 22:00:00 +0000
parents a751d2b85a7d
children acaba070cf49
comparison
equal deleted inserted replaced
617:89bdb8fdc2a7 618:ddae043e8e47
6 #ifdef __cplusplus 6 #ifdef __cplusplus
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
12 t_xs_tuple *xs_make_titletuple(t_xs_tuneinfo *p, gint subTune);
13 #endif
14 11
15 #ifdef __cplusplus 12 #ifdef __cplusplus
16 } 13 }
17 #endif 14 #endif
18 #endif /* XS_TITLE_H */ 15 #endif /* XS_TITLE_H */