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*cd3e9333SAli Bahrami# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 23a93a1f58Sgm209912# 24bfed486aSAli Bahrami 25bfed486aSAli Bahrami# 26bfed486aSAli Bahrami# MAPFILE HEADER START 27bfed486aSAli Bahrami# 28bfed486aSAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 29bfed486aSAli Bahrami# Object versioning must comply with the rules detailed in 30bfed486aSAli Bahrami# 31bfed486aSAli Bahrami# usr/src/lib/README.mapfiles 32bfed486aSAli Bahrami# 33bfed486aSAli Bahrami# You should not be making modifications here until you've read the most current 34bfed486aSAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 35bfed486aSAli Bahrami# 36bfed486aSAli Bahrami# MAPFILE HEADER END 37a93a1f58Sgm209912# 38a93a1f58Sgm209912 39*cd3e9333SAli Bahrami$mapfile_version 2 40*cd3e9333SAli Bahrami 41*cd3e9333SAli BahramiSYMBOL_VERSION SUNW_1.1 { 42a93a1f58Sgm209912 global: 43a93a1f58Sgm209912 sdp_parse; 44a93a1f58Sgm209912 sdp_find_media; 45a93a1f58Sgm209912 sdp_find_attribute; 46a93a1f58Sgm209912 sdp_find_media_rtpmap; 47a93a1f58Sgm209912 sdp_clone_session; 48a93a1f58Sgm209912 sdp_new_session; 49a93a1f58Sgm209912 sdp_add_origin; 50a93a1f58Sgm209912 sdp_add_name; 51a93a1f58Sgm209912 sdp_add_information; 52a93a1f58Sgm209912 sdp_add_uri; 53a93a1f58Sgm209912 sdp_add_email; 54a93a1f58Sgm209912 sdp_add_phone; 55a93a1f58Sgm209912 sdp_add_connection; 56a93a1f58Sgm209912 sdp_add_bandwidth; 57a93a1f58Sgm209912 sdp_add_repeat; 58a93a1f58Sgm209912 sdp_add_time; 59a93a1f58Sgm209912 sdp_add_zone; 60a93a1f58Sgm209912 sdp_add_key; 61a93a1f58Sgm209912 sdp_add_attribute; 62a93a1f58Sgm209912 sdp_add_media; 63a93a1f58Sgm209912 sdp_session_to_str; 64a93a1f58Sgm209912 sdp_delete_all_field; 65a93a1f58Sgm209912 sdp_delete_all_media_field; 66a93a1f58Sgm209912 sdp_delete_media; 67a93a1f58Sgm209912 sdp_delete_attribute; 68a93a1f58Sgm209912 sdp_free_session; 69a93a1f58Sgm209912 local: 70a93a1f58Sgm209912 *; 71a93a1f58Sgm209912}; 72