aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_math.c
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-18 16:02:39 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-18 16:02:39 +0000
commite9b5c737244b6e10b0f529c4045d1683dac6656c (patch)
treee648f6cf1c4ad592c1fbaf757eb8dc5f71a62ec1 /apps/app_math.c
parent651421500c5a016f6351b19f3e331d36baf3f13c (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@43181 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_math.c')
-rw-r--r--apps/app_math.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/app_math.c b/apps/app_math.c
index f1be8d4d1..f52385c02 100644
--- a/apps/app_math.c
+++ b/apps/app_math.c
@@ -69,7 +69,8 @@ static char *math_descrip =
"Perform floating point calculation on number 1 to number 2 and \n"
"store the result in returnvar. Valid ops are: \n"
" +,-,/,*,%,<,>,>=,<=,==\n"
-"and behave as their C equivalents.\n";
+"and behave as their C equivalents.\n"
+" This application has been deprecated in favor of the MATH function.\n";
#define ADDFUNCTION 0
#define DIVIDEFUNCTION 1