mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Unbreak ast_join due to whitespace changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37347 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user