comparison src/sid/xmms-sid.h @ 1581:8581eb9d574a

Fix fileinfo dialog to work with new subtune system.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 09:37:32 +0300
parents bdf7935a2e26
children fccf78344cab
comparison
equal deleted inserted replaced
1580:b83dfdc605d5 1581:8581eb9d574a
61 * but fails on systems with limited stack space. */ 61 * but fails on systems with limited stack space. */
62 #define XS_BUF_DYNAMIC 62 #define XS_BUF_DYNAMIC
63 63
64 /* Configuration section identifier 64 /* Configuration section identifier
65 */ 65 */
66 #define XS_PACKAGE_STRING "Audacious-SID v0.8.0beta18" 66 #define XS_PACKAGE_STRING "Audacious-SID"
67 #define XS_CONFIG_IDENT "sid" 67 #define XS_CONFIG_IDENT "sid"
68 68
69 /* Default audio rendering frequency in Hz 69 /* Default audio rendering frequency in Hz
70 */ 70 */
71 #define XS_AUDIO_FREQ (44100) 71 #define XS_AUDIO_FREQ (44100)
169 gint xs_get_time(InputPlayback *); 169 gint xs_get_time(InputPlayback *);
170 Tuple * xs_get_song_tuple(gchar *); 170 Tuple * xs_get_song_tuple(gchar *);
171 void xs_about(void); 171 void xs_about(void);
172 172
173 void xs_error(const char *, ...); 173 void xs_error(const char *, ...);
174 gboolean xs_get_trackinfo(const gchar *, gchar **, gint *);
174 175
175 176
176 /* Debugging 177 /* Debugging
177 */ 178 */
178 #ifndef DEBUG_NP 179 #ifndef DEBUG_NP