res_pktccops needs to be able to export a symbol for chan_mgcp

(closes issue #16782)
 Reported by: nahuelgreco
 Patches: 
       res_pktccops.exports uploaded by nahuelgreco (license 162)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@246208 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2010-02-10 21:55:42 +00:00
parent 47f3850a1e
commit 83b0d30de5

6
res/res_pktccops.exports Normal file
View File

@@ -0,0 +1,6 @@
{
global:
ast_pktccops_gate_alloc;
local:
*;
};