comparison src/xs_length.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 81756f412b43
children acaba070cf49
comparison
equal deleted inserted replaced
525:9395961504c1 526:fa95d942f226
1 #ifndef _XS_LENGTH_H 1 #ifndef XS_LENGTH_H
2 #define _XS_LENGTH_H 2 #define XS_LENGTH_H
3 3
4 #include "xmms-sid.h" 4 #include "xmms-sid.h"
5 #include "xs_md5.h" 5 #include "xs_md5.h"
6 6
7 #ifdef __cplusplus 7 #ifdef __cplusplus
33 t_xs_sldb_node * xs_sldb_get(t_xs_sldb *, const gchar *); 33 t_xs_sldb_node * xs_sldb_get(t_xs_sldb *, const gchar *);
34 34
35 #ifdef __cplusplus 35 #ifdef __cplusplus
36 } 36 }
37 #endif 37 #endif
38 #endif /* _XS_LENGTH_H */ 38 #endif /* XS_LENGTH_H */