comparison src/xmms-sid.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 8ece70f53d83
children 91056492b156
comparison
equal deleted inserted replaced
631:eafcd84a8c59 632:36ccf30d3d22
175 void xs_seek(gint); 175 void xs_seek(gint);
176 gint xs_get_time(void); 176 gint xs_get_time(void);
177 void xs_get_song_info(gchar *, gchar **, gint *); 177 void xs_get_song_info(gchar *, gchar **, gint *);
178 void xs_about(void); 178 void xs_about(void);
179 179
180
181 t_xs_tuneinfo *xs_tuneinfo_new(const gchar * pcFilename,
182 gint nsubTunes, gint startTune, const gchar * sidName,
183 const gchar * sidComposer, const gchar * sidCopyright,
184 gint loadAddr, gint initAddr, gint playAddr,
185 gint dataFileLen, const gchar *sidFormat, gint sidModel);
186 void xs_tuneinfo_free(t_xs_tuneinfo *);
187
188 void xs_error(const char *, ...); 180 void xs_error(const char *, ...);
189 181
190 182
191 /* Debugging 183 /* Debugging
192 */ 184 */