summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-07-10 19:55:06 +0000
committerJoshua Colp <jcolp@digium.com>2006-07-10 19:55:06 +0000
commit2e58363fedf5866532f978372e6744d54b87b7b2 (patch)
treea0670f91031af4a9547f3ab17d1fe0ce8b4e75b3
parent022957ce03d046a5193008c8ebe89179313ff1d6 (diff)
Unbreak ast_join due to whitespace changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37347 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-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.