asterisk/addons
Kevin P. Fleming 79087cbbd5 Ensure that all ast_datastore_info structures are 'const'.
While addressing a bug, I came across a instance of 'struct ast_datastore_info'
that was not declared 'const'. Since the API already expects them to be
'const', this patch changes the declarations of all existing instances
that were not already declared that way.
........

Merged revisions 370183 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 370184 from http://svn.asterisk.org/svn/asterisk/branches/10


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370187 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-07-18 17:18:20 +00:00
..
ooh323c Fix dev mode ooh323 warnings 2012-07-05 11:42:23 +00:00
Makefile Merged revisions 280742 via svnmerge from 2010-08-03 18:50:14 +00:00
app_mysql.c Ensure that all ast_datastore_info structures are 'const'. 2012-07-18 17:18:20 +00:00
app_saycountpl.c Opaquify channel stringfields 2012-01-24 20:12:09 +00:00
cdr_mysql.c Fix setting CDR variables in the hangup extension 2012-03-28 19:39:24 +00:00
chan_mobile.c Fix a variety of potential buffer overflows 2012-04-19 02:40:55 +00:00
chan_ooh323.c Added direct media support to ooh323 channel driver 2012-07-04 21:42:05 +00:00
chan_ooh323.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
format_mp3.c format_mp3: Fix a possible crash in mp3_read(). 2012-05-12 00:03:42 +00:00
ooh323cDriver.c Added direct media support to ooh323 channel driver 2012-07-04 21:42:05 +00:00
ooh323cDriver.h Merged revisions 308242 via svnmerge from 2011-02-18 00:11:06 +00:00
res_config_mysql.c Re-commit the verbose branch. 2012-02-14 20:27:16 +00:00