comparison src/xs_sidplay1.h @ 657:acaba070cf49

Lots of cosmetic code cleanups; synced the de-gettextification from Audacious-SID, I suppose it makes some sense ...
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 19:46:59 +0300
parents 66037fba3d76
children b0743dc9165d
comparison
equal deleted inserted replaced
656:e9257f006f41 657:acaba070cf49
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(t_xs_file *); 12 gboolean xs_sidplay1_probe(xs_file_t *);
13 void xs_sidplay1_close(t_xs_status *); 13 void xs_sidplay1_close(xs_status_t *);
14 gboolean xs_sidplay1_init(t_xs_status *); 14 gboolean xs_sidplay1_init(xs_status_t *);
15 gboolean xs_sidplay1_initsong(t_xs_status *); 15 gboolean xs_sidplay1_initsong(xs_status_t *);
16 guint xs_sidplay1_fillbuffer(t_xs_status *, gchar *, guint); 16 guint xs_sidplay1_fillbuffer(xs_status_t *, gchar *, guint);
17 gboolean xs_sidplay1_load(t_xs_status *, gchar *); 17 gboolean xs_sidplay1_load(xs_status_t *, gchar *);
18 void xs_sidplay1_delete(t_xs_status *); 18 void xs_sidplay1_delete(xs_status_t *);
19 t_xs_tuneinfo* xs_sidplay1_getinfo(const gchar *); 19 xs_tuneinfo_t* xs_sidplay1_getinfo(const gchar *);
20 gboolean xs_sidplay1_updateinfo(t_xs_status *); 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 */