summaryrefslogtreecommitdiff
path: root/res/res_http_websocket.exports.in
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2012-07-20 16:25:01 +0000
committerJoshua Colp <jcolp@digium.com>2012-07-20 16:25:01 +0000
commitafaa23864b8613b38e10a05848497d67b2f69645 (patch)
treec272d699b3a25ccdafb541e92f7513732356c91d /res/res_http_websocket.exports.in
parentcb9756daa2042d6e5b91290def004b0f0c9eb168 (diff)
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
Diffstat (limited to 'res/res_http_websocket.exports.in')
-rw-r--r--res/res_http_websocket.exports.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_http_websocket.exports.in b/res/res_http_websocket.exports.in
index ceb804011..c5d8e3936 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:
*;
};