diff src/xs_support.c @ 230:608f31f6c095

Raw cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 09:25:03 +0000
parents 858c09f59011
children 7833df935239
line wrap: on
line diff
--- a/src/xs_support.c	Sun Dec 19 16:57:01 2004 +0000
+++ b/src/xs_support.c	Tue Dec 21 09:25:03 2004 +0000
@@ -93,7 +93,7 @@
 
 /* Concatenates a given string into string pointed by *ppResult.
  */
-gint th_pstrcat(gchar **ppResult, const gchar *pStr)
+gint xs_pstrcat(gchar **ppResult, const gchar *pStr)
 {
  /* Check the string pointers */
  if (!ppResult || !pStr) return -1;