From 6b015655175d1914a437e21887a5205861ae4c2c Mon Sep 17 00:00:00 2001 From: ayin Date: Sat, 8 Sep 2007 21:31:27 +0000 Subject: [PATCH] *** empty log message *** --- src/misc.C | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/misc.C b/src/misc.C index 8aa16b74..b2aef19d 100644 --- a/src/misc.C +++ b/src/misc.C @@ -237,7 +237,7 @@ rxvt_exit_failure () THROW ((class rxvt_failure_exception)) /* * remove leading/trailing space in place. */ -char * +char * rxvt_strtrim (char *str) NOTHROW { char *r, *s; @@ -264,9 +264,8 @@ rxvt_strtrim (char *str) NOTHROW /* * Split a comma-separated string into an array, stripping leading and * trailing spaces from each entry. Empty strings are properly returned - * Caller should free each entry and array when done */ -char ** +char ** rxvt_splitcommastring (const char *cs) NOTHROW { int l, n, p; -- 2.34.1