From: ayin Date: Sat, 8 Sep 2007 21:31:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6b015655175d1914a437e21887a5205861ae4c2c;p=dana%2Furxvt.git *** empty log message *** --- 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;