From: Matthew Jordan Date: Thu, 26 Jun 2014 18:27:25 +0000 (+0000) Subject: res_http_websocket: Export symbol for ast_websocket_set_timeout X-Git-Tag: 12.4.0-rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc91f50fc7d31b9ac27a7a861dca629519bdde7;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. ........ 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 --- diff --git a/res/res_http_websocket.exports.in b/res/res_http_websocket.exports.in index de3d02625e..79d7eb96fd 100644 --- a/res/res_http_websocket.exports.in +++ b/res/res_http_websocket.exports.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: *; };