From: Matthew Jordan Date: Thu, 26 Jun 2014 18:25:19 +0000 (+0000) Subject: res_http_websocket: Export symbol for ast_websocket_set_timeout X-Git-Tag: 11.11.0-rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d3078bd48acbe8fa963fa5842f7f39164b676da;p=thirdparty%2Fasterisk.git 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 --- 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: *; };