aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_smdi.exports
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-15 16:07:23 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-15 16:07:23 +0000
commit12ab0bbe1523fa2716e9e7954e27aab441ab8a34 (patch)
tree890da581f24a2e3e5d3947988627e6a294bed01d /res/res_smdi.exports
parent80c50f0c393f737601a6186ec84f6e963fc35b72 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@200519 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_smdi.exports')
-rw-r--r--res/res_smdi.exports26
1 files changed, 13 insertions, 13 deletions
diff --git a/res/res_smdi.exports b/res/res_smdi.exports
index 7fe3edff3..e140aba9f 100644
--- a/res/res_smdi.exports
+++ b/res/res_smdi.exports
@@ -1,18 +1,18 @@
{
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;
+ *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:
*;
};