]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Unbreak ast_join due to whitespace changes
authorJoshua Colp <jcolp@digium.com>
Mon, 10 Jul 2006 19:55:06 +0000 (19:55 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 10 Jul 2006 19:55:06 +0000 (19:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37347 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/strings.h

index 6750a278d7ac29efd73e8681a0bd7b3a7e02c878..b6ad77c4fc4b611b6d169ca9f90bf24f7080e77b 100644 (file)
@@ -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.