]> 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:25:19 +0000 (18:25 +0000)
committerMatthew Jordan <mjordan@digium.com>
Thu, 26 Jun 2014 18:25:19 +0000 (18:25 +0000)
Thanks to Sean Bright for pointing out that this was missed in #asterisk-dev.

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

res/res_http_websocket.exports.in

index e0ddd95702e124d991c3675499ec1c9bcda4d2f8..273192f0dbd7a2fd655f5dd50ccce2e279c64bf1 100644 (file)
@@ -13,6 +13,7 @@
                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_set_timeout;
        local:
                *;
 };