comparison src/xs_fileinfo.h @ 660:b0743dc9165d

Change tabs to 4 spaces, everywhere.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 22:10:05 +0300
parents 547f4d35f56a
children 188082b8b9ab
comparison
equal deleted inserted replaced
659:04ea91a61225 660:b0743dc9165d
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 gint xs_stil_init(void);
11 void xs_stil_close(void); 11 void xs_stil_close(void);
12 #ifndef AUDACIOUS_PLUGIN 12 #ifndef AUDACIOUS_PLUGIN
13 void xs_fileinfo_update(void); 13 void xs_fileinfo_update(void);
14 #endif 14 #endif
15 void xs_fileinfo(gchar *); 15 void xs_fileinfo(gchar *);
16 16
17 #ifdef __cplusplus 17 #ifdef __cplusplus
18 } 18 }
19 #endif 19 #endif
20 #endif /* XS_FILEINFO_H */ 20 #endif /* XS_FILEINFO_H */