mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Merged revisions 213283 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r213283 | jpeeler | 2009-08-20 14:53:34 -0500 (Thu, 20 Aug 2009) | 2 lines Make all the symbols for the C-client callbacks global ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@213284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
20
apps/app_voicemail.exports
Normal file
20
apps/app_voicemail.exports
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
global:
|
||||
mm_critical;
|
||||
mm_diskerror;
|
||||
mm_dlog;
|
||||
mm_exists;
|
||||
mm_expunged;
|
||||
mm_fatal;
|
||||
mm_flags;
|
||||
mm_list;
|
||||
mm_log;
|
||||
mm_login;
|
||||
mm_lsub;
|
||||
mm_nocritical;
|
||||
mm_notify;
|
||||
mm_searched;
|
||||
mm_status;
|
||||
local:
|
||||
*;
|
||||
};
|
Reference in New Issue
Block a user