projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb9756d
)
Export the ast_websocket_set_nonblock function for use by other modules.
author
Joshua Colp
<jcolp@digium.com>
Fri, 20 Jul 2012 16:25:01 +0000
(16:25 +0000)
committer
Joshua Colp
<jcolp@digium.com>
Fri, 20 Jul 2012 16:25:01 +0000
(16:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370322
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_http_websocket.exports.in
patch
|
blob
|
history
diff --git
a/res/res_http_websocket.exports.in
b/res/res_http_websocket.exports.in
index
ceb8040
..
c5d8e39
100644
(file)
--- 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:
*;
};