comparison src/xs_sidplay2.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_sidplay2_probe(t_xs_file *); 12 gboolean xs_sidplay2_probe(xs_file_t *);
13 void xs_sidplay2_close(t_xs_status *); 13 void xs_sidplay2_close(xs_status_t *);
14 gboolean xs_sidplay2_init(t_xs_status *); 14 gboolean xs_sidplay2_init(xs_status_t *);
15 gboolean xs_sidplay2_initsong(t_xs_status *); 15 gboolean xs_sidplay2_initsong(xs_status_t *);
16 guint xs_sidplay2_fillbuffer(t_xs_status *, gchar *, guint); 16 guint xs_sidplay2_fillbuffer(xs_status_t *, gchar *, guint);
17 gboolean xs_sidplay2_load(t_xs_status *, gchar *); 17 gboolean xs_sidplay2_load(xs_status_t *, gchar *);
18 void xs_sidplay2_delete(t_xs_status *); 18 void xs_sidplay2_delete(xs_status_t *);
19 t_xs_tuneinfo* xs_sidplay2_getinfo(const gchar *); 19 xs_tuneinfo_t* xs_sidplay2_getinfo(const gchar *);
20 gboolean xs_sidplay2_updateinfo(t_xs_status *); 20 gboolean xs_sidplay2_updateinfo(xs_status_t *);
21 void xs_sidplay2_flush(t_xs_status *); 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 */