comparison src/xs_fileinfo.h @ 667:188082b8b9ab

Remove unused function prototypes.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Apr 2008 00:55:43 +0300
parents b0743dc9165d
children
comparison
equal deleted inserted replaced
666:50e036a32db8 667:188082b8b9ab
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);
11 void xs_stil_close(void);
12 #ifndef AUDACIOUS_PLUGIN 10 #ifndef AUDACIOUS_PLUGIN
13 void xs_fileinfo_update(void); 11 void xs_fileinfo_update(void);
14 #endif 12 #endif
15 void xs_fileinfo(gchar *); 13 void xs_fileinfo(gchar *);
16 14