diff src/xs_support.h @ 239:7833df935239

Added xs_pnstrcat() to ease forming of limited size strings.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 15:03:05 +0000
parents 858c09f59011
children f949b83c3f52
line wrap: on
line diff
--- a/src/xs_support.h	Tue Dec 21 13:44:03 2004 +0000
+++ b/src/xs_support.h	Tue Dec 21 15:03:05 2004 +0000
@@ -34,6 +34,7 @@
 gchar	*xs_strncpy(gchar *, gchar *, size_t);
 gint	xs_pstrcpy(gchar **, const gchar *);
 gint	xs_pstrcat(gchar **, const gchar *);
+void	xs_pnstrcat(gchar *, size_t, gchar *);
 gchar	*xs_strrchr(gchar *, gchar);
 inline 	void xs_findnext(gchar *, guint *);
 inline 	void xs_findeol(gchar *, guint *);