comparison src/xs_sidplay2.h @ 660:b0743dc9165d

Change tabs to 4 spaces, everywhere.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 22:10:05 +0300
parents acaba070cf49
children 55eea3fa8868
comparison
equal deleted inserted replaced
659:04ea91a61225 660:b0743dc9165d
7 7
8 #ifdef __cplusplus 8 #ifdef __cplusplus
9 extern "C" { 9 extern "C" {
10 #endif 10 #endif
11 11
12 gboolean xs_sidplay2_probe(xs_file_t *); 12 gboolean xs_sidplay2_probe(xs_file_t *);
13 void xs_sidplay2_close(xs_status_t *); 13 void xs_sidplay2_close(xs_status_t *);
14 gboolean xs_sidplay2_init(xs_status_t *); 14 gboolean xs_sidplay2_init(xs_status_t *);
15 gboolean xs_sidplay2_initsong(xs_status_t *); 15 gboolean xs_sidplay2_initsong(xs_status_t *);
16 guint xs_sidplay2_fillbuffer(xs_status_t *, gchar *, guint); 16 guint xs_sidplay2_fillbuffer(xs_status_t *, gchar *, guint);
17 gboolean xs_sidplay2_load(xs_status_t *, gchar *); 17 gboolean xs_sidplay2_load(xs_status_t *, gchar *);
18 void xs_sidplay2_delete(xs_status_t *); 18 void xs_sidplay2_delete(xs_status_t *);
19 xs_tuneinfo_t* xs_sidplay2_getinfo(const gchar *); 19 xs_tuneinfo_t* xs_sidplay2_getinfo(const gchar *);
20 gboolean xs_sidplay2_updateinfo(xs_status_t *); 20 gboolean xs_sidplay2_updateinfo(xs_status_t *);
21 void xs_sidplay2_flush(xs_status_t *); 21 void xs_sidplay2_flush(xs_status_t *);
22 22
23 #ifdef __cplusplus 23 #ifdef __cplusplus
24 } 24 }
25 #endif 25 #endif
26 #endif /* XS_SIDPLAY2_H */ 26 #endif /* XS_SIDPLAY2_H */