comparison src/xs_fileinfo.h @ 471:1733f81f7480

A ';' was missing, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Jan 2007 03:51:01 +0000
parents 1d55247ad0cc
children 547f4d35f56a
comparison
equal deleted inserted replaced
470:e19336d4b56d 471:1733f81f7480
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 void xs_fileinfo_update(void); 12 void xs_fileinfo_update(void);
13 void xs_fileinfo(gchar *); 13 void xs_fileinfo(gchar *);
14 14
15 #ifdef __cplusplus 15 #ifdef __cplusplus
16 } 16 }