comparison src/xs_sidplay1.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_sidplay1_probe(xs_file_t *); 12 gboolean xs_sidplay1_probe(xs_file_t *);
13 void xs_sidplay1_close(xs_status_t *); 13 void xs_sidplay1_close(xs_status_t *);
14 gboolean xs_sidplay1_init(xs_status_t *); 14 gboolean xs_sidplay1_init(xs_status_t *);
15 gboolean xs_sidplay1_initsong(xs_status_t *); 15 gboolean xs_sidplay1_initsong(xs_status_t *);
16 guint xs_sidplay1_fillbuffer(xs_status_t *, gchar *, guint); 16 guint xs_sidplay1_fillbuffer(xs_status_t *, gchar *, guint);
17 gboolean xs_sidplay1_load(xs_status_t *, gchar *); 17 gboolean xs_sidplay1_load(xs_status_t *, gchar *);
18 void xs_sidplay1_delete(xs_status_t *); 18 void xs_sidplay1_delete(xs_status_t *);
19 xs_tuneinfo_t* xs_sidplay1_getinfo(const gchar *); 19 xs_tuneinfo_t* xs_sidplay1_getinfo(const gchar *);
20 gboolean xs_sidplay1_updateinfo(xs_status_t *); 20 gboolean xs_sidplay1_updateinfo(xs_status_t *);
21 21
22 #ifdef __cplusplus 22 #ifdef __cplusplus
23 } 23 }
24 #endif 24 #endif
25 #endif /* XS_SIDPLAY1_H */ 25 #endif /* XS_SIDPLAY1_H */