asterisk/utils
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
This patch adds 'const' tags to a number of Asterisk APIs where they are appropriate (where the API already demanded that the function argument not be modified, but the compiler was not informed of that fact). The list includes:

- CLI command handlers
- CLI command handler arguments
- AGI command handlers
- AGI command handler arguments
- Dialplan application handler arguments
- Speech engine API function arguments

In addition, various file-scope and function-scope constant arrays got 'const' and/or 'static' qualifiers where they were missing.

Review: https://reviewboard.asterisk.org/r/251/



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@196072 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-05-21 21:13:09 +00:00
..
Makefile Merged revisions 187300-187301 via svnmerge from 2009-04-09 04:59:05 +00:00
ael_main.c A possibly "horrible fix" for a "horribly broken" 2008-12-17 05:04:56 +00:00
astcanary.c Use a SIGPIPE to kill the process, instead of depending upon the astcanary process being inherited by init. 2009-02-24 20:06:48 +00:00
astman.1 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
astman.c incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
check_expr.c A possibly "horrible fix" for a "horribly broken" 2008-12-17 05:04:56 +00:00
clicompat.c simplify this file 2007-12-10 08:35:35 +00:00
conf2ael.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
expr2.testinput Merged revisions 179807 via svnmerge from 2009-03-03 22:12:02 +00:00
extconf.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
frame.c incorporates r159808 from branches/1.4: 2008-11-29 17:57:39 +00:00
frame.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
hashtest.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
hashtest2.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
muted.c Merged revisions 189664 via svnmerge from 2009-04-21 15:54:16 +00:00
refcounter.c This patch corrects a segfault reported in 14289, 2009-01-21 17:21:40 +00:00
smsq.c Application delimiter is ',', not '|'. 2009-04-14 05:27:53 +00:00
stereorize.c bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too 2008-11-02 18:52:13 +00:00
streamplayer.c bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too 2008-11-02 18:52:13 +00:00