From 5d3078bd48acbe8fa963fa5842f7f39164b676da Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 26 Jun 2014 18:25:19 +0000 Subject: [PATCH] res_http_websocket: Export symbol for ast_websocket_set_timeout Thanks to Sean Bright for pointing out that this was missed in #asterisk-dev. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@417419 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_http_websocket.exports.in | 1 + 1 file changed, 1 insertion(+) diff --git a/res/res_http_websocket.exports.in b/res/res_http_websocket.exports.in index e0ddd95702..273192f0db 100644 --- a/res/res_http_websocket.exports.in +++ b/res/res_http_websocket.exports.in @@ -13,6 +13,7 @@ LINKER_SYMBOL_PREFIX*ast_websocket_remote_address; LINKER_SYMBOL_PREFIX*ast_websocket_is_secure; LINKER_SYMBOL_PREFIX*ast_websocket_set_nonblock; + LINKER_SYMBOL_PREFIX*ast_websocket_set_timeout; local: *; }; -- 2.47.2