aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_blacklist.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-06 00:13:33 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-06 00:13:33 +0000
commit781c168b0702cd404406ab99a137862659fe8c60 (patch)
tree774e467428b4c8e37cd6b282ee0b287d0e10b525 /funcs/func_blacklist.c
parent28749c05892755f39a021496358c88fd1c4769b3 (diff)
finish const-ifying ast_func_read()
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49741 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_blacklist.c')
-rw-r--r--funcs/func_blacklist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_blacklist.c b/funcs/func_blacklist.c
index 2d1291924..fb6195fb1 100644
--- a/funcs/func_blacklist.c
+++ b/funcs/func_blacklist.c
@@ -47,7 +47,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/astdb.h"
#include "asterisk/options.h"
-static int blacklist_read(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len)
+static int blacklist_read(struct ast_channel *chan, const const char *cmd, char *data, char *buf, size_t len)
{
char blacklist[1];
int bl = 0;