aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-10 19:55:06 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-10 19:55:06 +0000
commita4d2b77ff07913acea46c914f7424e38de10d778 (patch)
treea0670f91031af4a9547f3ab17d1fe0ce8b4e75b3 /include
parent39ee281615a5a429f9102528e0b5815938544ea1 (diff)
Unbreak ast_join due to whitespace changes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37347 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/strings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/strings.h b/include/asterisk/strings.h
index 6750a278d..b6ad77c4f 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, char * const w[]);
+void ast_join(char *s, size_t len, const char *w[]);
/*
\brief Parse a time (integer) string.