summaryrefslogtreecommitdiff
path: root/res/res_http_websocket.exports.in
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_http_websocket.exports.in')
-rw-r--r--res/res_http_websocket.exports.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/res_http_websocket.exports.in b/res/res_http_websocket.exports.in
index e0ddd9570..de3d02625 100644
--- a/res/res_http_websocket.exports.in
+++ b/res/res_http_websocket.exports.in
@@ -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:
*;
};