From: Jeff Peeler Date: Thu, 20 Aug 2009 19:53:34 +0000 (+0000) Subject: Make all the symbols for the C-client callbacks global X-Git-Tag: 1.4.26.2~4^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d581b4216afc51eba4606f0da6f80035bbf99f43;p=thirdparty%2Fasterisk.git 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 --- 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: + *; +};