From d581b4216afc51eba4606f0da6f80035bbf99f43 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Thu, 20 Aug 2009 19:53:34 +0000 Subject: [PATCH] Make all the symbols for the C-client callbacks global git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@213283 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.exports | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apps/app_voicemail.exports diff --git a/apps/app_voicemail.exports b/apps/app_voicemail.exports new file mode 100644 index 0000000000..52bce51467 --- /dev/null +++ b/apps/app_voicemail.exports @@ -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: + *; +};