diff 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
line wrap: on
line diff
--- a/src/xs_support.h	Mon Jan 12 00:58:01 2004 +0000
+++ b/src/xs_support.h	Mon Jan 12 01:45:04 2004 +0000
@@ -13,8 +13,9 @@
 gint	xs_strcalloc(gchar **, const gchar *);
 gint	xs_strcat(gchar **, const gchar *);
 gchar	*xs_strrchr(gchar *, gchar);
-inline 	void xs_findnext(gchar *, gint *);
-inline	void xs_findnum(gchar *, gint *);
+inline 	void xs_findnext(gchar *, guint *);
+inline 	void xs_findeol(gchar *, guint *);
+inline	void xs_findnum(gchar *, guint *);
 
 #ifdef __cplusplus
 }