mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
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:
@@ -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:
|
||||
*;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user