]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
changed the prototype definition of csv_quote
authorMatthias Nick <mnick@digium.com>
Wed, 30 Sep 2009 19:02:00 +0000 (19:02 +0000)
committerMatthias Nick <mnick@digium.com>
Wed, 30 Sep 2009 19:02:00 +0000 (19:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@221303 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/func_strings.c

index 582691c9969c15fb0d7b5f197d09256dfa5ac165..dd9431349e327215c99929828a7206816b604f8b 100644 (file)
@@ -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;