mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-09 03:45:27 +00:00
Review: https://reviewboard.asterisk.org/r/1952/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@368359 65c4cc65-6c06-0410-ace0-fbb531ad65f3
18 lines
594 B
Plaintext
18 lines
594 B
Plaintext
{
|
|
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;
|
|
local:
|
|
*;
|
|
};
|