aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_math.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_math.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_math.c')
-rw-r--r--funcs/func_math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_math.c b/funcs/func_math.c
index b06a6b2f6..4dbfac802 100644
--- a/funcs/func_math.c
+++ b/funcs/func_math.c
@@ -65,7 +65,7 @@ enum TypeOfResult {
CHAR_RESULT
};
-static int math(struct ast_channel *chan, char *cmd, char *parse,
+static int math(struct ast_channel *chan, const char *cmd, char *parse,
char *buf, size_t len)
{
float fnum1;