[asterisk-commits] mjordan: branch 12 r417420 - in /branches/12: ./ res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jun 26 13:27:28 CDT 2014


Author: mjordan
Date: Thu Jun 26 13:27:25 2014
New Revision: 417420

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=417420
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

Modified:
    branches/12/   (props changed)
    branches/12/res/res_http_websocket.exports.in

Propchange: branches/12/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.

Modified: branches/12/res/res_http_websocket.exports.in
URL: http://svnview.digium.com/svn/asterisk/branches/12/res/res_http_websocket.exports.in?view=diff&rev=417420&r1=417419&r2=417420
==============================================================================
--- branches/12/res/res_http_websocket.exports.in (original)
+++ branches/12/res/res_http_websocket.exports.in Thu Jun 26 13:27:25 2014
@@ -17,6 +17,7 @@
 		LINKER_SYMBOL_PREFIX*ast_websocket_server_create;
 		LINKER_SYMBOL_PREFIX*ast_websocket_server_add_protocol;
 		LINKER_SYMBOL_PREFIX*ast_websocket_server_remove_protocol;
+		LINKER_SYMBOL_PREFIX*ast_websocket_set_timeout;
 	local:
 		*;
 };




More information about the asterisk-commits mailing list