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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@417420 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Jordan
2014-06-26 18:27:25 +00:00
parent 5f50a978a5
commit 5dc91f50fc

View File

@@ -17,6 +17,7 @@
LINKER_SYMBOL_PREFIX*ast_websocket_server_create;
LINKER_SYMBOL_PREFIX*ast_websocket_server_add_protocol;
LINKER_SYMBOL_PREFIX*ast_websocket_server_remove_protocol;
LINKER_SYMBOL_PREFIX*ast_websocket_set_timeout;
local:
*;
};