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
This commit is contained in:
Kinsey Moore 2013-05-20 14:21:39 +00:00
parent 734a154eef
commit e9a0ab42da
1 changed files with 6 additions and 0 deletions

View File

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