summaryrefslogtreecommitdiff
path: root/res/res_http_websocket.exports.in
blob: de3d02625e96b1d3a6b7734137d5d1e48d22899b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	global:
		LINKER_SYMBOL_PREFIX*ast_websocket_add_protocol;
		LINKER_SYMBOL_PREFIX*ast_websocket_remove_protocol;
		LINKER_SYMBOL_PREFIX*ast_websocket_read;
		LINKER_SYMBOL_PREFIX*ast_websocket_write;
		LINKER_SYMBOL_PREFIX*ast_websocket_close;
		LINKER_SYMBOL_PREFIX*ast_websocket_reconstruct_enable;
		LINKER_SYMBOL_PREFIX*ast_websocket_reconstruct_disable;
		LINKER_SYMBOL_PREFIX*ast_websocket_ref;
		LINKER_SYMBOL_PREFIX*ast_websocket_unref;
		LINKER_SYMBOL_PREFIX*ast_websocket_fd;
		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:
		*;
};