diff src/xs_support.h @ 57:85811bcd049e

Improved, re-written configuration code and lots of minor fixes
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Jun 2003 11:01:03 +0000
parents 6a3ce7260ae1
children 94497283affa
line wrap: on
line diff
--- a/src/xs_support.h	Sun Jun 22 00:17:04 2003 +0000
+++ b/src/xs_support.h	Sun Jun 22 11:01:03 2003 +0000
@@ -12,7 +12,7 @@
  */
 gint	xs_strcalloc(gchar **, const gchar *);
 gint	xs_strcat(gchar **, const gchar *);
-gint	xs_strpcat(gchar **, gint *, const gchar *);
+gint	xs_strpcat(gchar *, gint *, const gchar *);
 gchar	*xs_strrchr(gchar *, gchar);
 inline 	void xs_findnext(gchar *, gint *);
 inline	void xs_findnum(gchar *, gint *);