comparison src/xs_title.h @ 657:acaba070cf49

Lots of cosmetic code cleanups; synced the de-gettextification from Audacious-SID, I suppose it makes some sense ...
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 19:46:59 +0300
parents ddae043e8e47
children 55eea3fa8868
comparison
equal deleted inserted replaced
656:e9257f006f41 657:acaba070cf49
5 5
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(xs_tuneinfo_t *, gint);
11 11
12 #ifdef __cplusplus 12 #ifdef __cplusplus
13 } 13 }
14 #endif 14 #endif
15 #endif /* XS_TITLE_H */ 15 #endif /* XS_TITLE_H */