[svn-commits] dlee: branch dlee/ari-url-shuffle r391766 - /team/dlee/ari-url-shuffle/res/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 13 22:43:02 CDT 2013


Author: dlee
Date: Thu Jun 13 22:43:00 2013
New Revision: 391766

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=391766
Log:
Added missing exports for res_http_websocket.exports.in

Modified:
    team/dlee/ari-url-shuffle/res/res_http_websocket.exports.in

Modified: team/dlee/ari-url-shuffle/res/res_http_websocket.exports.in
URL: http://svnview.digium.com/svn/asterisk/team/dlee/ari-url-shuffle/res/res_http_websocket.exports.in?view=diff&rev=391766&r1=391765&r2=391766
==============================================================================
--- team/dlee/ari-url-shuffle/res/res_http_websocket.exports.in (original)
+++ team/dlee/ari-url-shuffle/res/res_http_websocket.exports.in Thu Jun 13 22:43:00 2013
@@ -13,6 +13,10 @@
 		LINKER_SYMBOL_PREFIX*ast_websocket_remote_address;
 		LINKER_SYMBOL_PREFIX*ast_websocket_is_secure;
 		LINKER_SYMBOL_PREFIX*ast_websocket_set_nonblock;
+		LINKER_SYMBOL_PREFIX*ast_websocket_uri_cb;
+		LINKER_SYMBOL_PREFIX*ast_websocket_server_create;
+		LINKER_SYMBOL_PREFIX*ast_websocket_server_add_protocol;
+		LINKER_SYMBOL_PREFIX*ast_websocket_server_remove_protocol;
 	local:
 		*;
 };




More information about the svn-commits mailing list