comparison src/xs_support.h @ 109:578b71b62eeb

Fileinfo now basically working, STIL COMMENT-fields are not yet parsed or shown. Some bugs probably remain.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Jan 2004 01:45:04 +0000
parents 94497283affa
children 8b896d461fdb
comparison
equal deleted inserted replaced
108:b02ec9a84075 109:578b71b62eeb
11 * Functions 11 * Functions
12 */ 12 */
13 gint xs_strcalloc(gchar **, const gchar *); 13 gint xs_strcalloc(gchar **, const gchar *);
14 gint xs_strcat(gchar **, const gchar *); 14 gint xs_strcat(gchar **, const gchar *);
15 gchar *xs_strrchr(gchar *, gchar); 15 gchar *xs_strrchr(gchar *, gchar);
16 inline void xs_findnext(gchar *, gint *); 16 inline void xs_findnext(gchar *, guint *);
17 inline void xs_findnum(gchar *, gint *); 17 inline void xs_findeol(gchar *, guint *);
18 inline void xs_findnum(gchar *, guint *);
18 19
19 #ifdef __cplusplus 20 #ifdef __cplusplus
20 } 21 }
21 #endif 22 #endif
22 #endif /* XS_SUPPORT_H */ 23 #endif /* XS_SUPPORT_H */