comparison src/sid/xs_fileinfo.h @ 1574:e566e18e9e3d

Huge cleanup and some bugfixes. Temporarily breaks / removes sub-tune changing.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 06:28:17 +0300
parents 6c3c7b841382
children 1223e8510d8a
comparison
equal deleted inserted replaced
1573:82548d92c922 1574:e566e18e9e3d
5 5
6 #ifdef __cplusplus 6 #ifdef __cplusplus
7 extern "C" { 7 extern "C" {
8 #endif 8 #endif
9 9
10 gint xs_stil_init(void); 10 #ifndef AUDACIOUS_PLUGIN
11 void xs_stil_close(void);
12 void xs_fileinfo_update(void); 11 void xs_fileinfo_update(void);
12 #endif
13 void xs_fileinfo(gchar *); 13 void xs_fileinfo(gchar *);
14 14
15 #ifdef __cplusplus 15 #ifdef __cplusplus
16 } 16 }
17 #endif 17 #endif