You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/res/res_http_websocket.exports.in

19 lines
644 B

{
global:
LINKER_SYMBOL_PREFIXast_websocket_add_protocol;
LINKER_SYMBOL_PREFIXast_websocket_remove_protocol;
LINKER_SYMBOL_PREFIXast_websocket_read;
LINKER_SYMBOL_PREFIXast_websocket_write;
LINKER_SYMBOL_PREFIXast_websocket_close;
LINKER_SYMBOL_PREFIXast_websocket_reconstruct_enable;
LINKER_SYMBOL_PREFIXast_websocket_reconstruct_disable;
LINKER_SYMBOL_PREFIXast_websocket_ref;
LINKER_SYMBOL_PREFIXast_websocket_unref;
LINKER_SYMBOL_PREFIXast_websocket_fd;
LINKER_SYMBOL_PREFIXast_websocket_remote_address;
LINKER_SYMBOL_PREFIXast_websocket_is_secure;
LINKER_SYMBOL_PREFIXast_websocket_set_nonblock;
local:
*;
};