diff src/xs_fileinfo.h @ 625:547f4d35f56a

Unify xs_fileinfo with Aud-SID.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 03 Sep 2007 02:27:01 +0000
parents 1733f81f7480
children b0743dc9165d
line wrap: on
line diff
--- a/src/xs_fileinfo.h	Mon Sep 03 00:47:02 2007 +0000
+++ b/src/xs_fileinfo.h	Mon Sep 03 02:27:01 2007 +0000
@@ -9,7 +9,9 @@
 
 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