comparison src/xs_slsup.h @ 632:36ccf30d3d22

Move prototypes of xs_tuneinfo_*() to xs_slsup.h
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 04:20:05 +0000
parents d7389ea52113
children acaba070cf49
comparison
equal deleted inserted replaced
631:eafcd84a8c59 632:36ccf30d3d22
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 t_xs_sldb_node *xs_songlen_get(const gchar *);
19 19
20 t_xs_tuneinfo *xs_tuneinfo_new(const gchar * pcFilename,
21 gint nsubTunes, gint startTune, const gchar * sidName,
22 const gchar * sidComposer, const gchar * sidCopyright,
23 gint loadAddr, gint initAddr, gint playAddr,
24 gint dataFileLen, const gchar *sidFormat, gint sidModel);
25 void xs_tuneinfo_free(t_xs_tuneinfo *);
26
20 27
21 #ifdef __cplusplus 28 #ifdef __cplusplus
22 } 29 }
23 #endif 30 #endif
24 #endif /* XS_SLSUP_H */ 31 #endif /* XS_SLSUP_H */