comparison src/xs_title.h @ 24:271be59be975

Lots of changes
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Jun 2003 12:42:05 +0000
parents d5789951b7e2
children 15250dd0c326
comparison
equal deleted inserted replaced
23:469efc05e01e 24:271be59be975
1 #ifndef XS_TITLE_H 1 #ifndef XS_TITLE_H
2 #define XS_TITLE_H 2 #define XS_TITLE_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 3
8 /* 4 /*
9 * Functions 5 * Functions
10 */ 6 */
11 gchar *xs_filetitle_get(void *, gint); 7 gchar *xs_filetitle_get(void *, gint);
12 8
13 9
14 #ifdef __cplusplus
15 }
16 #endif
17 #endif /* XS_TITLE_H */ 10 #endif /* XS_TITLE_H */