mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r208083 | tilghman | 2009-07-22 15:23:53 -0500 (Wed, 22 Jul 2009) | 4 lines Export symbols for functions included in our compatibility headers. (closes issue #15556) Reported by: smw1218 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@208151 65c4cc65-6c06-0410-ace0-fbb531ad65f3
44 lines
516 B
Plaintext
44 lines
516 B
Plaintext
{
|
|
global:
|
|
ast_*;
|
|
_ast_*;
|
|
__ast_*;
|
|
pbx_*;
|
|
astman_*;
|
|
ao2_*;
|
|
__ao2_*;
|
|
option_debug;
|
|
option_verbose;
|
|
dahdi_chan_name;
|
|
dahdi_chan_name_len;
|
|
dahdi_chan_mode;
|
|
callerid_*;
|
|
cid_di;
|
|
cid_dr;
|
|
clidsb;
|
|
MD5*;
|
|
sched_*;
|
|
io_*;
|
|
jb_*;
|
|
aes_*;
|
|
config_*;
|
|
tdd_*;
|
|
term_*;
|
|
channelreloadreason2txt;
|
|
devstate2str;
|
|
__manager_event;
|
|
dialed_interface_info;
|
|
strsep;
|
|
setenv;
|
|
unsetenv;
|
|
strcasestr;
|
|
strnlen;
|
|
strndup;
|
|
vasprintf;
|
|
asprintf;
|
|
strtoq;
|
|
getloadavg;
|
|
local:
|
|
*;
|
|
};
|