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