comparison src/xs_title.h @ 526:fa95d942f226

Header cleanup; Moved some types from xmms-sid.h to xs_player.h; Renamed few functions.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Feb 2007 16:53:05 +0000
parents 699c407447e9
children 3e4901a89f3d
comparison
equal deleted inserted replaced
525:9395961504c1 526:fa95d942f226
1 #ifndef _XS_TITLE_H 1 #ifndef XS_TITLE_H
2 #define _XS_TITLE_H 2 #define XS_TITLE_H
3 3
4 #include "xmms-sid.h" 4 #include "xmms-sid.h"
5 5
6 #ifdef __cplusplus 6 #ifdef __cplusplus
7 extern "C" { 7 extern "C" {
8 #endif 8 #endif
9 9
10 /*
11 * Functions
12 */
13 gchar *xs_make_titlestring(t_xs_tuneinfo *, gint); 10 gchar *xs_make_titlestring(t_xs_tuneinfo *, gint);
14 11
15 #ifdef __cplusplus 12 #ifdef __cplusplus
16 } 13 }
17 #endif 14 #endif
18 #endif /* _XS_TITLE_H */ 15 #endif /* XS_TITLE_H */