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:
299e255
)
res_http_websocket: Export symbol for ast_websocket_set_timeout
author
Matthew Jordan
<mjordan@digium.com>
Thu, 26 Jun 2014 18:27:53 +0000
(18:27 +0000)
committer
Matthew Jordan
<mjordan@digium.com>
Thu, 26 Jun 2014 18:27:53 +0000
(18:27 +0000)
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
........
Merged revisions 417420 from http://svn.asterisk.org/svn/asterisk/branches/12
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@417421
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
8177fc2
..
3774aeb
100644
(file)
--- a/
res/res_http_websocket.exports.in
+++ b/
res/res_http_websocket.exports.in
@@
-1,6
+1,7
@@
{
global:
LINKER_SYMBOL_PREFIX*ast_websocket_*;
+ LINKER_SYMBOL_PREFIX*ast_websocket_set_timeout;
local:
*;
};