mapfile-vers revision cd3e933325e68e23516a196a8fea7f49b1e497c3
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER START
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# The contents of this file are subject to the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License (the "License").
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may not use this file except in compliance with the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# or http://www.opensolaris.org/os/licensing.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# See the License for the specific language governing permissions
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# and limitations under the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4eTheo Schlossnagle# When distributing Covered Code, include this CDDL HEADER in each
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# If applicable, add the following below this CDDL HEADER, with the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# fields enclosed by brackets "[]" replaced with your own identifying
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# information: Portions Copyright [yyyy] [name of copyright owner]
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# CDDL HEADER END
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# MAPFILE HEADER START
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Object versioning must comply with the rules detailed in
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# usr/src/lib/README.mapfiles
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You should not be making modifications here until you've read the most current
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# copy of that file. If you need help, contact a gatekeeper for guidance.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# MAPFILE HEADER END
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe$mapfile_version 2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSYMBOL_VERSION SUNW_1.2 {
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe global:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_create_dialog_req_nocontact;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_local_contact_uri;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe} SUNW_1.1;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweSYMBOL_VERSION SUNW_1.1 {
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe global:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_init_conn_object;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_clear_stale_data;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_conn_destroyed;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_stack_init;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_sendmsg;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_process_new_packet;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_sent_by_to_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_register_sent_by;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_unregister_sent_by;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_unregister_all_sent_by;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_guid;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_branchid;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_cseq;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_rseq;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_new_msg;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_free_msg;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_hold_msg;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_msg_len;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_clone_msg;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_msg_to_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_header;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_header;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_delete_header;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_delete_header_by_name;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_copy_header;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_copy_header_by_name;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_copy_all_headers;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_hdr_to_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_header_value;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_next_value;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_delete_value;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_is_param_present;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_param_value;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_params;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_param;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_trans;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_trans_branchid;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_trans_method;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_trans_state;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_trans_resp_msg;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_trans_orig_msg;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_trans_conn_obj;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_hold_trans;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_release_trans;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_create_dialog_req;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_hold_dialog;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_release_dialog;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_delete_dialog;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_method;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_msgcnt;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_state;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_callid;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_local_tag;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_remote_tag;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_local_uri;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_remote_uri;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_remote_target_uri;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_route_set;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_is_dialog_secure;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_local_cseq;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_remote_cseq;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_dialog_type;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_request_uri;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_parsed;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_parse_uri;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_free_parsed_uri;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_is_sipuri;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_scheme;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_user;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_password;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_host;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_port;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_params;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_headers;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_opaque;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_query;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_path;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_regname;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_is_uri_teluser;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_uri_errflags;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_uri_errflags_to_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_copy_start_line;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_delete_start_line;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_reqline_to_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_respline_to_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_request_line;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_response_line;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_msg_is_request;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_msg_is_response;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_request_method;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_request_uri_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_resp_desc;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_response_code;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_response_phrase;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_create_response;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_sip_version;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_create_OKack;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_from;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_from_uri_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_from_display_name;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_from_tag;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_to;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_to_uri_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_to_display_name;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_to_tag;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_contact;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_contact_uri_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_contact_display_name;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_num_via;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_branchid;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_via;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_branchid_to_via;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_via_sent_by_host;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_via_sent_by_port;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_via_sent_protocol_version;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_via_sent_protocol_name;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_via_sent_transport;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_callid;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_callid;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_cseq;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_callseq_num;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_callseq_method;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_maxforward;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_maxforward;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_content_length;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_content;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_content;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_content_type;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_content_type;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_content_sub_type;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_route;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_route_uri_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_route_display_name;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_record_route;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_allow_events;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_allow_events;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_event;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_event;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_substate;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_substate;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_accept;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_accept_type;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_accept_sub_type;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_accept_enc;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_accept_enc;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_accept_lang;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_accept_lang;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_alert_info;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_alert_info_uri;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_allow;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_allow_method;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_call_info;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_call_info_uri;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_content_disp;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_content_disp;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_content_enc;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_content_enc;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_content_lang;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_content_lang;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_date;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_date_time;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_date_day;
5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4eTheo Schlossnagle sip_get_date_month;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_date_year;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_date_wkday;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_date_timezone;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_error_info;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_error_info_uri;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_expires;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_expires;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_in_reply_to;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_in_reply_to;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_min_expires;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_min_expires;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_mime_version;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_mime_version;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_org;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_org;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_priority;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_priority;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_reply_to;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_replyto_display_name;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_replyto_uri_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_require;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_require;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_retry_after;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_retry_after_time;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_retry_after_cmts;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_server;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_server;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_subject;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_subject;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_supported;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_supported;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_tstamp;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_tstamp_value;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_tstamp_delay;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_unsupported;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_unsupported;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_user_agent;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_user_agent;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_warning;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_warning_code;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_warning_agent;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_warning_text;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_author;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_author_scheme;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_author_param;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_authen_info;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_authen_info;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_proxy_authen;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_proxy_authen_scheme;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_proxy_authen_param;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_proxy_author;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_proxy_author_scheme;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_proxy_author_param;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_proxy_require;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_proxy_require;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_www_authen;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_www_authen_scheme;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_www_authen_param;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_privacy;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_priv_value;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_passertedid;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_passertedid_display_name;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_passertedid_uri_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_ppreferredid;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_ppreferredid_display_name;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_ppreferredid_uri_str;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_rack;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_rack_resp_num;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_rack_cseq_num;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_rack_method;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_add_rseq;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_rseq_resp_num;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_enable_counters;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_disable_counters;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_get_counter_value;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_enable_trans_logging;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_disable_trans_logging;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_enable_dialog_logging;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sip_disable_dialog_logging;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe local:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe *;
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe};
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe