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
1.4
Matthias Nick 16 years ago
parent 727d91d733
commit c179867fb4

@ -422,7 +422,7 @@ static struct ast_custom_function quote_function = {
.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;

Loading…
Cancel
Save