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
This commit is contained in:
Jeff Peeler
2009-08-20 19:53:34 +00:00
parent 941ed1b2fe
commit d581b4216a
+20
View File
@@ -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:
*;
};