comparison src/xs_slsup.h @ 684:4bf845090a25

Indentation cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 May 2008 02:24:53 +0300
parents b0743dc9165d
children 55eea3fa8868
comparison
equal deleted inserted replaced
683:3cc9b8e23d88 684:4bf845090a25
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 stil_node_t *xs_stil_get(gchar *filename); 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 sldb_node_t *xs_songlen_get(const gchar *); 18 sldb_node_t *xs_songlen_get(const gchar *);
19 19
20 xs_tuneinfo_t *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(xs_tuneinfo_t *); 25 void xs_tuneinfo_free(xs_tuneinfo_t *);
26 26
27 27
28 #ifdef __cplusplus 28 #ifdef __cplusplus
29 } 29 }
30 #endif 30 #endif