mapfile-vers revision a93a1f58a8763fa69172980b98e3d24720c1136e
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm# CDDL HEADER START
a93a1f58a8763fa69172980b98e3d24720c1136egm#
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#
a93a1f58a8763fa69172980b98e3d24720c1136egm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a93a1f58a8763fa69172980b98e3d24720c1136egm# or http://www.opensolaris.org/os/licensing.
a93a1f58a8763fa69172980b98e3d24720c1136egm# See the License for the specific language governing permissions
a93a1f58a8763fa69172980b98e3d24720c1136egm# and limitations under the License.
a93a1f58a8763fa69172980b98e3d24720c1136egm#
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#
a93a1f58a8763fa69172980b98e3d24720c1136egm# CDDL HEADER END
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
a93a1f58a8763fa69172980b98e3d24720c1136egm# Use is subject to license terms.
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm# ident "%Z%%M% %I% %E% SMI"
a93a1f58a8763fa69172980b98e3d24720c1136egm#
a93a1f58a8763fa69172980b98e3d24720c1136egm
a93a1f58a8763fa69172980b98e3d24720c1136egmSUNW_1.1 {
a93a1f58a8763fa69172980b98e3d24720c1136egm global:
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;
a93a1f58a8763fa69172980b98e3d24720c1136egm local:
a93a1f58a8763fa69172980b98e3d24720c1136egm *;
a93a1f58a8763fa69172980b98e3d24720c1136egm};