[asterisk-commits] mmichelson: branch group/pimp_my_sip r378822 - /team/group/pimp_my_sip/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 9 15:38:36 CST 2013


Author: mmichelson
Date: Wed Jan  9 15:38:33 2013
New Revision: 378822

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=378822
Log:
Add a res_sip.exports.in file for the global symbols.


Added:
    team/group/pimp_my_sip/res/res_sip.exports.in   (with props)

Added: team/group/pimp_my_sip/res/res_sip.exports.in
URL: http://svnview.digium.com/svn/asterisk/team/group/pimp_my_sip/res/res_sip.exports.in?view=auto&rev=378822
==============================================================================
--- team/group/pimp_my_sip/res/res_sip.exports.in (added)
+++ team/group/pimp_my_sip/res/res_sip.exports.in Wed Jan  9 15:38:33 2013
@@ -1,0 +1,25 @@
+{
+	global:
+		LINKER_SYMBOL_PREFIXast_sip_register_service;
+		LINKER_SYMBOL_PREFIXast_sip_unregister_service;
+		LINKER_SYMBOL_PREFIXast_sip_register_authenticator;
+		LINKER_SYMBOL_PREFIXast_sip_unregister_authenticator;
+		LINKER_SYMBOL_PREFIXast_sip_register_endpoint_identifier;
+		LINKER_SYMBOL_PREFIXast_sip_unregister_endpoint_identifier;
+		LINKER_SYMBOL_PREFIXast_sip_create_work;
+		LINKER_SYMBOL_PREFIXast_sip_destroy_work;
+		LINKER_SYMBOL_PREFIXast_sip_push_task;
+		LINKER_SYMBOL_PREFIXast_sip_send_request;
+		LINKER_SYMBOL_PREFIXast_sip_requires_authentication;
+		LINKER_SYMBOL_PREFIXast_sip_authenticate_request;
+		LINKER_SYMBOL_PREFIXast_sip_get_authentication_credentials;
+		LINKER_SYMBOL_PREFIXast_sip_check_authentication;
+		LINKER_SYMBOL_PREFIXast_sip_add_digest_to_challenge;
+		LINKER_SYMBOL_PREFIXast_sip_identify_endpoint;
+		LINKER_SYMBOL_PREFIXast_sip_add_header;
+		LINKER_SYMBOL_PREFIXast_sip_add_body;
+		LINKER_SYMBOL_PREFIXast_sip_add_body_multipart;
+		LINKER_SYMBOL_PREFIXast_sip_append_body;
+	local:
+		*;
+};

Propchange: team/group/pimp_my_sip/res/res_sip.exports.in
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/group/pimp_my_sip/res/res_sip.exports.in
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/group/pimp_my_sip/res/res_sip.exports.in
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the asterisk-commits mailing list