From 895c8e0d2c97cd04299f3f179e99d8a3873c06c6 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 30 Jul 2013 15:17:56 +0000 Subject: Reorganize the ast_sip_endpoint structure into substructures. (closes issue ASTERISK-22135) reported by Matt Jordan Review: https://reviewboard.asterisk.org/r/2707 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395748 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_sip.exports.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/res_sip.exports.in') diff --git a/res/res_sip.exports.in b/res/res_sip.exports.in index 3557fd6ef..f3b4f0eec 100644 --- a/res/res_sip.exports.in +++ b/res/res_sip.exports.in @@ -65,6 +65,8 @@ LINKER_SYMBOL_PREFIXast_sip_add_global_request_header; LINKER_SYMBOL_PREFIXast_sip_add_global_response_header; LINKER_SYMBOL_PREFIXast_sip_initialize_sorcery_global; + LINKER_SYMBOL_PREFIXast_sip_auth_array_init; + LINKER_SYMBOL_PREFIXast_sip_auth_array_destroy; local: *; }; -- cgit v1.2.3