[asterisk-commits] mmichelson: branch group/pimp_my_sip r379090 -	/team/group/pimp_my_sip/res/
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon Jan 14 18:06:24 CST 2013
    
    
  
Author: mmichelson
Date: Mon Jan 14 18:06:20 2013
New Revision: 379090
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=379090
Log:
Add exports file for res_sip_session API.
Added:
    team/group/pimp_my_sip/res/res_sip_session.exports.in   (with props)
Added: team/group/pimp_my_sip/res/res_sip_session.exports.in
URL: http://svnview.digium.com/svn/asterisk/team/group/pimp_my_sip/res/res_sip_session.exports.in?view=auto&rev=379090
==============================================================================
--- team/group/pimp_my_sip/res/res_sip_session.exports.in (added)
+++ team/group/pimp_my_sip/res/res_sip_session.exports.in Mon Jan 14 18:06:20 2013
@@ -1,0 +1,15 @@
+{
+	global:
+		LINKER_SYMBOL_PREFIXast_sip_session_register_sdp_handler;
+		LINKER_SYMBOL_PREFIXast_sip_session_unregister_sdp_handler;
+		LINKER_SYMBOL_PREFIXast_sip_session_register_supplement;
+		LINKER_SYMBOL_PREFIXast_sip_session_unregister_supplement;
+		LINKER_SYMBOL_PREFIXast_sip_session_alloc_datastore;
+		LINKER_SYMBOL_PREFIXast_sip_session_get_datastore;
+		LINKER_SYMBOL_PREFIXast_sip_session_remove_datastore;
+		LINKER_SYMBOL_PREFIXast_sip_session_get_identity;
+		LINKER_SYMBOL_PREFIXast_sip_session_send_reinvite;
+		LINKER_SYMBOL_PREFIXast_sip_session_send_response;
+	local:
+		*;
+};
Propchange: team/group/pimp_my_sip/res/res_sip_session.exports.in
------------------------------------------------------------------------------
    svn:eol-style = native
Propchange: team/group/pimp_my_sip/res/res_sip_session.exports.in
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision
Propchange: team/group/pimp_my_sip/res/res_sip_session.exports.in
------------------------------------------------------------------------------
    svn:mime-type = text/plain
    
    
More information about the asterisk-commits
mailing list