1*a93a1f58Sgm209912# 2*a93a1f58Sgm209912# CDDL HEADER START 3*a93a1f58Sgm209912# 4*a93a1f58Sgm209912# The contents of this file are subject to the terms of the 5*a93a1f58Sgm209912# Common Development and Distribution License (the "License"). 6*a93a1f58Sgm209912# You may not use this file except in compliance with the License. 7*a93a1f58Sgm209912# 8*a93a1f58Sgm209912# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*a93a1f58Sgm209912# or http://www.opensolaris.org/os/licensing. 10*a93a1f58Sgm209912# See the License for the specific language governing permissions 11*a93a1f58Sgm209912# and limitations under the License. 12*a93a1f58Sgm209912# 13*a93a1f58Sgm209912# When distributing Covered Code, include this CDDL HEADER in each 14*a93a1f58Sgm209912# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*a93a1f58Sgm209912# If applicable, add the following below this CDDL HEADER, with the 16*a93a1f58Sgm209912# fields enclosed by brackets "[]" replaced with your own identifying 17*a93a1f58Sgm209912# information: Portions Copyright [yyyy] [name of copyright owner] 18*a93a1f58Sgm209912# 19*a93a1f58Sgm209912# CDDL HEADER END 20*a93a1f58Sgm209912# 21*a93a1f58Sgm209912# 22*a93a1f58Sgm209912# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23*a93a1f58Sgm209912# Use is subject to license terms. 24*a93a1f58Sgm209912# 25*a93a1f58Sgm209912# ident "%Z%%M% %I% %E% SMI" 26*a93a1f58Sgm209912# 27*a93a1f58Sgm209912 28*a93a1f58Sgm209912SUNW_1.1 { 29*a93a1f58Sgm209912 global: 30*a93a1f58Sgm209912 sdp_parse; 31*a93a1f58Sgm209912 sdp_find_media; 32*a93a1f58Sgm209912 sdp_find_attribute; 33*a93a1f58Sgm209912 sdp_find_media_rtpmap; 34*a93a1f58Sgm209912 sdp_clone_session; 35*a93a1f58Sgm209912 sdp_new_session; 36*a93a1f58Sgm209912 sdp_add_origin; 37*a93a1f58Sgm209912 sdp_add_name; 38*a93a1f58Sgm209912 sdp_add_information; 39*a93a1f58Sgm209912 sdp_add_uri; 40*a93a1f58Sgm209912 sdp_add_email; 41*a93a1f58Sgm209912 sdp_add_phone; 42*a93a1f58Sgm209912 sdp_add_connection; 43*a93a1f58Sgm209912 sdp_add_bandwidth; 44*a93a1f58Sgm209912 sdp_add_repeat; 45*a93a1f58Sgm209912 sdp_add_time; 46*a93a1f58Sgm209912 sdp_add_zone; 47*a93a1f58Sgm209912 sdp_add_key; 48*a93a1f58Sgm209912 sdp_add_attribute; 49*a93a1f58Sgm209912 sdp_add_media; 50*a93a1f58Sgm209912 sdp_session_to_str; 51*a93a1f58Sgm209912 sdp_delete_all_field; 52*a93a1f58Sgm209912 sdp_delete_all_media_field; 53*a93a1f58Sgm209912 sdp_delete_media; 54*a93a1f58Sgm209912 sdp_delete_attribute; 55*a93a1f58Sgm209912 sdp_free_session; 56*a93a1f58Sgm209912 local: 57*a93a1f58Sgm209912 *; 58*a93a1f58Sgm209912}; 59