mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 15:08:53 +00:00
changed the prototype definition of csv_quote
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@221303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -422,7 +422,7 @@ static struct ast_custom_function quote_function = {
|
|||||||
.read = quote,
|
.read = quote,
|
||||||
};
|
};
|
||||||
|
|
||||||
static int csv_quote(struct ast_channel *chan, const char *cmd, char *data, char *buf, size_t len)
|
static int csv_quote(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len)
|
||||||
{
|
{
|
||||||
char *bufptr = buf, *dataptr = data;
|
char *bufptr = buf, *dataptr = data;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user