[asterisk-commits] mjordan: trunk r417421 - in /trunk: ./ res/res_http_websocket.exports.in
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 26 13:27:56 CDT 2014
Author: mjordan
Date: Thu Jun 26 13:27:53 2014
New Revision: 417421
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=417421
Log:
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
........
Merged revisions 417420 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/res/res_http_websocket.exports.in
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: trunk/res/res_http_websocket.exports.in
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_http_websocket.exports.in?view=diff&rev=417421&r1=417420&r2=417421
==============================================================================
--- trunk/res/res_http_websocket.exports.in (original)
+++ trunk/res/res_http_websocket.exports.in Thu Jun 26 13:27:53 2014
@@ -1,6 +1,7 @@
{
global:
LINKER_SYMBOL_PREFIX*ast_websocket_*;
+ LINKER_SYMBOL_PREFIX*ast_websocket_set_timeout;
local:
*;
};
More information about the asterisk-commits
mailing list