From: Jason Parker Date: Fri, 15 Jun 2012 15:33:41 +0000 (+0000) Subject: Remove some symbol exports that got missed in the removal of global symbols. X-Git-Tag: 11.0.0-beta1~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce44b98358407f8edde9e5ebcbc054a9107fb65e;p=thirdparty%2Fasterisk.git Remove some symbol exports that got missed in the removal of global symbols. (issue AST-807) (issue AST-901) (issue AST-908) ........ Merged revisions 368998 from http://svn.asterisk.org/svn/asterisk/certified/branches/1.8.11 ........ Merged revisions 368999 from http://svn.asterisk.org/svn/asterisk/branches/10-digiumphones git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369000 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.exports.in b/apps/app_voicemail.exports.in index e66bb359c8..3520d22166 100644 --- a/apps/app_voicemail.exports.in +++ b/apps/app_voicemail.exports.in @@ -15,15 +15,6 @@ LINKER_SYMBOL_PREFIXmm_notify; LINKER_SYMBOL_PREFIXmm_searched; LINKER_SYMBOL_PREFIXmm_status; - LINKER_SYMBOL_PREFIXast_vm_mailbox_snapshot_create; - LINKER_SYMBOL_PREFIXast_vm_mailbox_snapshot_destroy; - LINKER_SYMBOL_PREFIXast_vm_msg_move; - LINKER_SYMBOL_PREFIXast_vm_msg_remove; - LINKER_SYMBOL_PREFIXast_vm_msg_forward; - LINKER_SYMBOL_PREFIXast_vm_index_to_foldername; - LINKER_SYMBOL_PREFIXast_vm_msg_play; - LINKER_SYMBOL_PREFIXast_vm_test_create_user; - LINKER_SYMBOL_PREFIXast_vm_test_destroy_user; local: *; };