comparison src/xs_sidplay2.h @ 230:608f31f6c095

Raw cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 09:25:03 +0000
parents fe83646e6baa
children 730b40033055
comparison
equal deleted inserted replaced
229:7bb9e20e3092 230:608f31f6c095
1 #ifndef _XS_SIDPLAY2_H 1 #ifndef _XS_SIDPLAY2_H
2 #define _XS_SIDPLAY2_H 2 #define _XS_SIDPLAY2_H
3 3
4 #include "xmms-sid.h" 4 #include "xmms-sid.h"
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
5 9
6 gboolean xs_sidplay2_isourfile(gchar *); 10 gboolean xs_sidplay2_isourfile(gchar *);
7 void xs_sidplay2_close(t_xs_status *); 11 void xs_sidplay2_close(t_xs_status *);
8 gboolean xs_sidplay2_init(t_xs_status *); 12 gboolean xs_sidplay2_init(t_xs_status *);
9 gboolean xs_sidplay2_initsong(t_xs_status *); 13 gboolean xs_sidplay2_initsong(t_xs_status *);
10 guint xs_sidplay2_fillbuffer(t_xs_status *, gchar *, guint); 14 guint xs_sidplay2_fillbuffer(t_xs_status *, gchar *, guint);
11 gboolean xs_sidplay2_loadsid(t_xs_status *, gchar *); 15 gboolean xs_sidplay2_loadsid(t_xs_status *, gchar *);
12 void xs_sidplay2_deletesid(t_xs_status *); 16 void xs_sidplay2_deletesid(t_xs_status *);
13 t_xs_tune* xs_sidplay2_getsidinfo(gchar *); 17 t_xs_tuneinfo* xs_sidplay2_getsidinfo(gchar *);
14 18
19 #ifdef __cplusplus
20 }
21 #endif
15 #endif /* _XS_SIDPLAY2_H */ 22 #endif /* _XS_SIDPLAY2_H */