aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-20 19:53:34 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-20 19:53:34 +0000
commitd6a18f7b0987204be2df741483fe37361ff601a3 (patch)
tree1a333000a5c7f42fc78902eaf930a94812656898 /apps
parent71e60db2a2a02472b7261f9a0401baa51cbb6c66 (diff)
Make all the symbols for the C-client callbacks global
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@213283 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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:
+ *;
+};