comparison src/xs_slsup.h @ 622:d7389ea52113

Move SLDB and STIL utility functions to xs_slsup.[ch] and amend some changes between XMMS-SID and Aud-SID via a macro mess.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 00:22:04 +0000
parents
children 36ccf30d3d22
comparison
equal deleted inserted replaced
621:11e24183ff23 622:d7389ea52113
1 #ifndef XS_SLSUP_H
2 #define XS_SLSUP_H
3
4 #include "xmms-sid.h"
5 #include "xs_stil.h"
6 #include "xs_length.h"
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 gint xs_stil_init(void);
13 void xs_stil_close(void);
14 t_xs_stil_node *xs_stil_get(gchar *pcFilename);
15
16 gint xs_songlen_init(void);
17 void xs_songlen_close(void);
18 t_xs_sldb_node *xs_songlen_get(const gchar *);
19
20
21 #ifdef __cplusplus
22 }
23 #endif
24 #endif /* XS_SLSUP_H */