aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-21 21:13:52 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-21 21:13:52 +0000
commit7bb46334a1c8022392a9041208651dba9ddaf075 (patch)
tree85f8728dde8981d5eadb6eb266f5cb50afb5c3d1
parent466747de1049a4e1795bbddf1444674744268b19 (diff)
Blocked revisions 196072 via svnmerge
........ r196072 | kpfleming | 2009-05-21 16:13:09 -0500 (Thu, 21 May 2009) | 16 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.2@196074 f38db490-d61c-443f-a65b-d21fe96a405b
0 files changed, 0 insertions, 0 deletions