mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 12:52:33 +00:00
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:
6
res/res_stasis_answer.exports.in
Normal file
6
res/res_stasis_answer.exports.in
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
global:
|
||||
LINKER_SYMBOL_PREFIXstasis_app_control_answer;
|
||||
local:
|
||||
*;
|
||||
};
|
Reference in New Issue
Block a user