a93a1f58a8763fa69172980b98e3d24720c1136egm# CDDL HEADER START
a93a1f58a8763fa69172980b98e3d24720c1136egm# The contents of this file are subject to the terms of the
a93a1f58a8763fa69172980b98e3d24720c1136egm# Common Development and Distribution License (the "License").
a93a1f58a8763fa69172980b98e3d24720c1136egm# You may not use this file except in compliance with the License.
a93a1f58a8763fa69172980b98e3d24720c1136egm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a93a1f58a8763fa69172980b98e3d24720c1136egm# See the License for the specific language governing permissions
a93a1f58a8763fa69172980b98e3d24720c1136egm# and limitations under the License.
a93a1f58a8763fa69172980b98e3d24720c1136egm# When distributing Covered Code, include this CDDL HEADER in each
a93a1f58a8763fa69172980b98e3d24720c1136egm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a93a1f58a8763fa69172980b98e3d24720c1136egm# If applicable, add the following below this CDDL HEADER, with the
a93a1f58a8763fa69172980b98e3d24720c1136egm# fields enclosed by brackets "[]" replaced with your own identifying
a93a1f58a8763fa69172980b98e3d24720c1136egm# information: Portions Copyright [yyyy] [name of copyright owner]
a93a1f58a8763fa69172980b98e3d24720c1136egm# CDDL HEADER END
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami# MAPFILE HEADER START
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami# Object versioning must comply with the rules detailed in
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami# You should not be making modifications here until you've read the most current
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance.
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami# MAPFILE HEADER END
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami$mapfile_version 2
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali BahramiSYMBOL_VERSION SUNW_1.1 {
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_parse;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_find_media;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_find_attribute;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_find_media_rtpmap;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_clone_session;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_new_session;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_origin;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_name;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_information;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_uri;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_email;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_phone;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_connection;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_bandwidth;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_repeat;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_time;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_zone;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_key;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_attribute;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_add_media;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_session_to_str;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_delete_all_field;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_delete_all_media_field;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_delete_media;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_delete_attribute;
a93a1f58a8763fa69172980b98e3d24720c1136egm sdp_free_session;