git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37348
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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.
return dataPut;
}
-void ast_join(char *s, size_t len, const char *w[])
+void ast_join(char *s, size_t len, char * const w[])
{
int x, ofs = 0;
const char *src;