From: Joshua Colp Date: Fri, 20 Jul 2012 16:25:01 +0000 (+0000) Subject: Export the ast_websocket_set_nonblock function for use by other modules. X-Git-Tag: 11.0.0-beta1~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afaa23864b8613b38e10a05848497d67b2f69645;p=thirdparty%2Fasterisk.git Export the ast_websocket_set_nonblock function for use by other modules. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370322 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_http_websocket.exports.in b/res/res_http_websocket.exports.in index ceb804011c..c5d8e39369 100644 --- a/res/res_http_websocket.exports.in +++ b/res/res_http_websocket.exports.in @@ -12,6 +12,7 @@ LINKER_SYMBOL_PREFIXast_websocket_fd; LINKER_SYMBOL_PREFIXast_websocket_remote_address; LINKER_SYMBOL_PREFIXast_websocket_is_secure; + LINKER_SYMBOL_PREFIXast_websocket_set_nonblock; local: *; };