comparison src/xmms-sid.h @ 65:bf7b647b3239

The fabled 0.8-rewrite now works to some extent
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 29 Jun 2003 22:16:04 +0000
parents 0d1df20745dd
children e3b205a6bc7e
comparison
equal deleted inserted replaced
64:d3bb914e3af3 65:bf7b647b3239
54 /* 54 /*
55 * Plugin function prototypes 55 * Plugin function prototypes
56 */ 56 */
57 void xs_init(void); 57 void xs_init(void);
58 void xs_close(void); 58 void xs_close(void);
59 int xs_is_our_file(char *); 59 gint xs_is_our_file(gchar *);
60 void xs_play_file(char *); 60 void xs_play_file(gchar *);
61 void xs_stop(void); 61 void xs_stop(void);
62 void xs_pause(short); 62 void xs_pause(short);
63 void xs_seek(int); 63 void xs_seek(gint);
64 int xs_get_time(void); 64 gint xs_get_time(void);
65 void xs_get_song_info(char *, char **, int *); 65 void xs_get_song_info(gchar *, gchar **, gint *);
66 // void xs_file_info_box(char *); 66 //void xs_file_info_box(gchar *);
67 void xs_about(void); 67 void xs_about(void);
68 68
69 69
70 /* 70 /*
71 * Debugging and error handling macros 71 * Debugging and error handling macros