]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_http_websocket: Export symbol for ast_websocket_set_timeout
authorMatthew Jordan <mjordan@digium.com>
Thu, 26 Jun 2014 18:27:25 +0000 (18:27 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 26 Jun 2014 18:27:25 +0000 (18:27 +0000)
Thanks to Sean Bright for pointing out that this was missed in #asterisk-dev.
........

Merged revisions 417419 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@417420 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_http_websocket.exports.in

index de3d02625e96b1d3a6b7734137d5d1e48d22899b..79d7eb96fd8f8968184d7fe8fde576a53591c05b 100644 (file)
@@ -17,6 +17,7 @@
                LINKER_SYMBOL_PREFIX*ast_websocket_server_create;
                LINKER_SYMBOL_PREFIX*ast_websocket_server_add_protocol;
                LINKER_SYMBOL_PREFIX*ast_websocket_server_remove_protocol;
+               LINKER_SYMBOL_PREFIX*ast_websocket_set_timeout;
        local:
                *;
 };