comparison src/xs_sidplay1.h @ 230:608f31f6c095

Raw cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 09:25:03 +0000
parents fe83646e6baa
children 421e4fc13bce
comparison
equal deleted inserted replaced
229:7bb9e20e3092 230:608f31f6c095
1 #ifndef _XS_SIDPLAY1_H 1 #ifndef _XS_SIDPLAY1_H
2 #define _XS_SIDPLAY1_H 2 #define _XS_SIDPLAY1_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_sidplay1_isourfile(gchar *); 10 gboolean xs_sidplay1_isourfile(gchar *);
7 void xs_sidplay1_close(t_xs_status *); 11 void xs_sidplay1_close(t_xs_status *);
8 gboolean xs_sidplay1_init(t_xs_status *); 12 gboolean xs_sidplay1_init(t_xs_status *);
9 gboolean xs_sidplay1_initsong(t_xs_status *); 13 gboolean xs_sidplay1_initsong(t_xs_status *);
10 guint xs_sidplay1_fillbuffer(t_xs_status *, gchar *, guint); 14 guint xs_sidplay1_fillbuffer(t_xs_status *, gchar *, guint);
11 gboolean xs_sidplay1_loadsid(t_xs_status *, gchar *); 15 gboolean xs_sidplay1_loadsid(t_xs_status *, gchar *);
12 void xs_sidplay1_deletesid(t_xs_status *); 16 void xs_sidplay1_deletesid(t_xs_status *);
13 t_xs_tune* xs_sidplay1_getsidinfo(gchar *); 17 t_xs_tuneinfo* xs_sidplay1_getsidinfo(gchar *);
14 18
19 #ifdef __cplusplus
20 }
21 #endif
15 #endif /* _XS_SIDPLAY1_H */ 22 #endif /* _XS_SIDPLAY1_H */