From: Jason Parker Date: Fri, 15 Jun 2012 15:31:43 +0000 (+0000) Subject: Remove some symbol exports that got missed in the removal of global symbols. X-Git-Tag: certified/1.8.11-cert5-rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9abddc6aafb430df2b4670e1ed51821b699b6627;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) git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/1.8.11@368998 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: *; };