diff 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
line wrap: on
line diff
--- a/src/sid/xs_fileinfo.h	Mon Sep 03 06:25:55 2007 +0300
+++ b/src/sid/xs_fileinfo.h	Mon Sep 03 06:28:17 2007 +0300
@@ -7,9 +7,9 @@
 extern "C" {
 #endif
 
-gint	xs_stil_init(void);
-void	xs_stil_close(void);
+#ifndef AUDACIOUS_PLUGIN
 void	xs_fileinfo_update(void);
+#endif
 void	xs_fileinfo(gchar *);
 
 #ifdef __cplusplus