aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_callerid.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_callerid.c')
-rw-r--r--funcs/func_callerid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/func_callerid.c b/funcs/func_callerid.c
index aefbf3e15..381fb4d6d 100644
--- a/funcs/func_callerid.c
+++ b/funcs/func_callerid.c
@@ -38,7 +38,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/options.h"
#include "asterisk/callerid.h"
-static int callerid_read(struct ast_channel *chan, const const char *cmd, char *data,
+static int callerid_read(struct ast_channel *chan, const char *cmd, char *data,
char *buf, size_t len)
{
char *opt = data;
@@ -96,7 +96,7 @@ static int callerid_read(struct ast_channel *chan, const const char *cmd, char *
return 0;
}
-static int callerid_write(struct ast_channel *chan, const const char *cmd, char *data,
+static int callerid_write(struct ast_channel *chan, const char *cmd, char *data,
const char *value)
{
if (!value)