aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.exports
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-20 19:56:14 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-20 19:56:14 +0000
commitada2a88d85f7d57472f77cd14badd97badbc770f (patch)
tree0779a1f1d9f04ff8de06a697d949b78b1bd4644f /apps/app_voicemail.exports
parentd75aa61b738e5b2a2c7983c8461fed56e3accd4d (diff)
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: http://svn.digium.com/svn/asterisk/trunk@213284 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_voicemail.exports')
-rw-r--r--apps/app_voicemail.exports20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/app_voicemail.exports b/apps/app_voicemail.exports
new file mode 100644
index 000000000..52bce5146
--- /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:
+ *;
+};