1a93a1f58Sgm209912# 2a93a1f58Sgm209912# CDDL HEADER START 3a93a1f58Sgm209912# 4a93a1f58Sgm209912# The contents of this file are subject to the terms of the 5a93a1f58Sgm209912# Common Development and Distribution License (the "License"). 6a93a1f58Sgm209912# You may not use this file except in compliance with the License. 7a93a1f58Sgm209912# 8a93a1f58Sgm209912# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9a93a1f58Sgm209912# or http://www.opensolaris.org/os/licensing. 10a93a1f58Sgm209912# See the License for the specific language governing permissions 11a93a1f58Sgm209912# and limitations under the License. 12a93a1f58Sgm209912# 13a93a1f58Sgm209912# When distributing Covered Code, include this CDDL HEADER in each 14a93a1f58Sgm209912# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15a93a1f58Sgm209912# If applicable, add the following below this CDDL HEADER, with the 16a93a1f58Sgm209912# fields enclosed by brackets "[]" replaced with your own identifying 17a93a1f58Sgm209912# information: Portions Copyright [yyyy] [name of copyright owner] 18a93a1f58Sgm209912# 19a93a1f58Sgm209912# CDDL HEADER END 20a93a1f58Sgm209912# 21a93a1f58Sgm209912# 22*bfed486aSAli Bahrami# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23a93a1f58Sgm209912# Use is subject to license terms. 24a93a1f58Sgm209912# 25*bfed486aSAli Bahrami 26*bfed486aSAli Bahrami# 27*bfed486aSAli Bahrami# MAPFILE HEADER START 28*bfed486aSAli Bahrami# 29*bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30*bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 31*bfed486aSAli Bahrami# 32*bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 33*bfed486aSAli Bahrami# 34*bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 35*bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 36*bfed486aSAli Bahrami# 37*bfed486aSAli Bahrami# MAPFILE HEADER END 38a93a1f58Sgm209912# 39a93a1f58Sgm209912 40a93a1f58Sgm209912SUNW_1.1 { 41a93a1f58Sgm209912 global: 42a93a1f58Sgm209912 sdp_parse; 43a93a1f58Sgm209912 sdp_find_media; 44a93a1f58Sgm209912 sdp_find_attribute; 45a93a1f58Sgm209912 sdp_find_media_rtpmap; 46a93a1f58Sgm209912 sdp_clone_session; 47a93a1f58Sgm209912 sdp_new_session; 48a93a1f58Sgm209912 sdp_add_origin; 49a93a1f58Sgm209912 sdp_add_name; 50a93a1f58Sgm209912 sdp_add_information; 51a93a1f58Sgm209912 sdp_add_uri; 52a93a1f58Sgm209912 sdp_add_email; 53a93a1f58Sgm209912 sdp_add_phone; 54a93a1f58Sgm209912 sdp_add_connection; 55a93a1f58Sgm209912 sdp_add_bandwidth; 56a93a1f58Sgm209912 sdp_add_repeat; 57a93a1f58Sgm209912 sdp_add_time; 58a93a1f58Sgm209912 sdp_add_zone; 59a93a1f58Sgm209912 sdp_add_key; 60a93a1f58Sgm209912 sdp_add_attribute; 61a93a1f58Sgm209912 sdp_add_media; 62a93a1f58Sgm209912 sdp_session_to_str; 63a93a1f58Sgm209912 sdp_delete_all_field; 64a93a1f58Sgm209912 sdp_delete_all_media_field; 65a93a1f58Sgm209912 sdp_delete_media; 66a93a1f58Sgm209912 sdp_delete_attribute; 67a93a1f58Sgm209912 sdp_free_session; 68a93a1f58Sgm209912 local: 69a93a1f58Sgm209912 *; 70a93a1f58Sgm209912}; 71