[asterisk-commits] jpeeler: branch 1.4 r213283 - /branches/1.4/apps/app_voicemail.exports
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Aug 20 14:53:37 CDT 2009
Author: jpeeler
Date: Thu Aug 20 14:53:34 2009
New Revision: 213283
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=213283
Log:
Make all the symbols for the C-client callbacks global
Added:
branches/1.4/apps/app_voicemail.exports (with props)
Added: branches/1.4/apps/app_voicemail.exports
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.4/apps/app_voicemail.exports?view=auto&rev=213283
==============================================================================
--- branches/1.4/apps/app_voicemail.exports (added)
+++ branches/1.4/apps/app_voicemail.exports Thu Aug 20 14:53:34 2009
@@ -1,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:
+ *;
+};
Propchange: branches/1.4/apps/app_voicemail.exports
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: branches/1.4/apps/app_voicemail.exports
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: branches/1.4/apps/app_voicemail.exports
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the asterisk-commits
mailing list