From: Kinsey Moore Date: Mon, 20 May 2013 14:21:39 +0000 (+0000) Subject: Add missing exports file X-Git-Tag: 13.0.0-beta1~1790 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a0ab42da9d34b5555556131bed795fd27e7bce;p=thirdparty%2Fasterisk.git Add missing exports file This exposes stasis_app_control_answer and allows res_stasis_http_channels to load properly. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@389217 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_stasis_answer.exports.in b/res/res_stasis_answer.exports.in new file mode 100644 index 0000000000..dee153c07b --- /dev/null +++ b/res/res_stasis_answer.exports.in @@ -0,0 +1,6 @@ +{ + global: + LINKER_SYMBOL_PREFIXstasis_app_control_answer; + local: + *; +};