[asterisk-commits] qwell: trunk r369000 - in /trunk: ./ apps/app_voicemail.exports.in

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jun 15 10:33:45 CDT 2012


Author: qwell
Date: Fri Jun 15 10:33:41 2012
New Revision: 369000

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369000
Log:
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

Modified:
    trunk/   (props changed)
    trunk/apps/app_voicemail.exports.in

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-10-digiumphones-merged (original)
+++ branch-10-digiumphones-merged Fri Jun 15 10:33:41 2012
@@ -1,1 +1,1 @@
-/branches/10-digiumphones:364766,365396,368791,368963-368965
+/branches/10-digiumphones:364766,365396,368791,368963-368965,368999

Modified: trunk/apps/app_voicemail.exports.in
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_voicemail.exports.in?view=diff&rev=369000&r1=368999&r2=369000
==============================================================================
--- trunk/apps/app_voicemail.exports.in (original)
+++ trunk/apps/app_voicemail.exports.in Fri Jun 15 10:33:41 2012
@@ -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:
 		*;
 };




More information about the asterisk-commits mailing list