[svn-commits] tilghman: trunk r246208 - /trunk/res/res_pktccops.exports

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Feb 10 15:55:47 CST 2010


Author: tilghman
Date: Wed Feb 10 15:55:42 2010
New Revision: 246208

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=246208
Log:
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)

Added:
    trunk/res/res_pktccops.exports   (with props)

Added: trunk/res/res_pktccops.exports
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pktccops.exports?view=auto&rev=246208
==============================================================================
--- trunk/res/res_pktccops.exports (added)
+++ trunk/res/res_pktccops.exports Wed Feb 10 15:55:42 2010
@@ -1,0 +1,6 @@
+{
+	global:
+		ast_pktccops_gate_alloc;
+	local:
+		*;
+};

Propchange: trunk/res/res_pktccops.exports
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: trunk/res/res_pktccops.exports
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision Yoyo

Propchange: trunk/res/res_pktccops.exports
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list