From 7e6cbb15c739507082d7871e5db379553f5d1177 Mon Sep 17 00:00:00 2001 From: file Date: Mon, 10 Jul 2006 19:58:33 +0000 Subject: Fixed. Done. Good. Make ast_join work like it used to. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37348 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/strings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/strings.h') diff --git a/include/asterisk/strings.h b/include/asterisk/strings.h index b6ad77c4f..6750a278d 100644 --- a/include/asterisk/strings.h +++ b/include/asterisk/strings.h @@ -226,7 +226,7 @@ int ast_false(const char *val); string. It will also place a space in the result buffer in between each string from 'w'. */ -void ast_join(char *s, size_t len, const char *w[]); +void ast_join(char *s, size_t len, char * const w[]); /* \brief Parse a time (integer) string. -- cgit v1.2.3