res_http_websocket: Export symbol for ast_websocket_set_timeout

Thanks to Sean Bright for pointing out that this was missed in #asterisk-dev.
........

Merged revisions 417419 from http://svn.asterisk.org/svn/asterisk/branches/11
........

Merged revisions 417420 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@417421 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Jordan 2014-06-26 18:27:53 +00:00
parent 299e255aa9
commit 435d20201c
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
global:
LINKER_SYMBOL_PREFIX*ast_websocket_*;
LINKER_SYMBOL_PREFIX*ast_websocket_set_timeout;
local:
*;
};