asterisk/res/res_smdi.exports
Kevin P. Fleming 6c5987811c Redesigned 'optional API' support.
This patch provides a new implementation of the optional API support defined
in asterisk/optional_api.h; this new version provides solves compatibility
issues with the use of linker version scripts for suppressing global symbols.
In addition, there is now a functional (and tested!) implementation for Mac OS/X,
so module writers no longer need to use special tests before calling optional
API functions. All future implementations must provide these same semantics,
so that module writers can rely on them.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200519 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-06-15 16:07:23 +00:00

19 lines
412 B
Text

{
global:
*ast_smdi_interface_find;
*ast_smdi_interface_unref;
*ast_smdi_md_message_destroy;
*ast_smdi_md_message_pop;
*ast_smdi_md_message_putback;
*ast_smdi_md_message_wait;
*ast_smdi_mwi_message_destroy;
*ast_smdi_mwi_message_pop;
*ast_smdi_mwi_message_putback;
*ast_smdi_mwi_message_wait;
*ast_smdi_mwi_message_wait_station;
*ast_smdi_mwi_set;
*ast_smdi_mwi_unset;
local:
*;
};