comparison src/xs_slsup.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 36ccf30d3d22
children b0743dc9165d
comparison
equal deleted inserted replaced
656:e9257f006f41 657:acaba070cf49
9 extern "C" { 9 extern "C" {
10 #endif 10 #endif
11 11
12 gint xs_stil_init(void); 12 gint xs_stil_init(void);
13 void xs_stil_close(void); 13 void xs_stil_close(void);
14 t_xs_stil_node *xs_stil_get(gchar *pcFilename); 14 stil_node_t *xs_stil_get(gchar *filename);
15 15
16 gint xs_songlen_init(void); 16 gint xs_songlen_init(void);
17 void xs_songlen_close(void); 17 void xs_songlen_close(void);
18 t_xs_sldb_node *xs_songlen_get(const gchar *); 18 sldb_node_t *xs_songlen_get(const gchar *);
19 19
20 t_xs_tuneinfo *xs_tuneinfo_new(const gchar * pcFilename, 20 xs_tuneinfo_t *xs_tuneinfo_new(const gchar * pcFilename,
21 gint nsubTunes, gint startTune, const gchar * sidName, 21 gint nsubTunes, gint startTune, const gchar * sidName,
22 const gchar * sidComposer, const gchar * sidCopyright, 22 const gchar * sidComposer, const gchar * sidCopyright,
23 gint loadAddr, gint initAddr, gint playAddr, 23 gint loadAddr, gint initAddr, gint playAddr,
24 gint dataFileLen, const gchar *sidFormat, gint sidModel); 24 gint dataFileLen, const gchar *sidFormat, gint sidModel);
25 void xs_tuneinfo_free(t_xs_tuneinfo *); 25 void xs_tuneinfo_free(xs_tuneinfo_t *);
26 26
27 27
28 #ifdef __cplusplus 28 #ifdef __cplusplus
29 } 29 }
30 #endif 30 #endif