dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
jpeeler 2009-08-20 19:56:14 +00:00
parent d75aa61b73
commit ada2a88d85
1 changed files with 20 additions and 0 deletions

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:
*;
};