comparison src/xs_title.h @ 751:55eea3fa8868

Rename some structures.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 18:42:57 +0200
parents acaba070cf49
children
comparison
equal deleted inserted replaced
750:3180bf22090f 751:55eea3fa8868
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(xs_tuneinfo_t *, gint); 10 gchar *xs_make_titlestring(XSTuneInfo *, 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 */