xref: /onnv-gate/usr/src/lib/libcommputil/common/mapfile-vers (revision 12692:4341b447c069)
15306Sgm209912#
25306Sgm209912# CDDL HEADER START
35306Sgm209912#
45306Sgm209912# The contents of this file are subject to the terms of the
55306Sgm209912# Common Development and Distribution License (the "License").
65306Sgm209912# You may not use this file except in compliance with the License.
75306Sgm209912#
85306Sgm209912# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95306Sgm209912# or http://www.opensolaris.org/os/licensing.
105306Sgm209912# See the License for the specific language governing permissions
115306Sgm209912# and limitations under the License.
125306Sgm209912#
135306Sgm209912# When distributing Covered Code, include this CDDL HEADER in each
145306Sgm209912# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155306Sgm209912# If applicable, add the following below this CDDL HEADER, with the
165306Sgm209912# fields enclosed by brackets "[]" replaced with your own identifying
175306Sgm209912# information: Portions Copyright [yyyy] [name of copyright owner]
185306Sgm209912#
195306Sgm209912# CDDL HEADER END
205306Sgm209912#
215306Sgm209912#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
235306Sgm209912#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
375306Sgm209912#
385306Sgm209912
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
425306Sgm209912    global:
435306Sgm209912	sdp_parse;
445306Sgm209912	sdp_find_media;
455306Sgm209912	sdp_find_attribute;
465306Sgm209912	sdp_find_media_rtpmap;
475306Sgm209912	sdp_clone_session;
485306Sgm209912	sdp_new_session;
495306Sgm209912	sdp_add_origin;
505306Sgm209912	sdp_add_name;
515306Sgm209912	sdp_add_information;
525306Sgm209912	sdp_add_uri;
535306Sgm209912	sdp_add_email;
545306Sgm209912	sdp_add_phone;
555306Sgm209912	sdp_add_connection;
565306Sgm209912	sdp_add_bandwidth;
575306Sgm209912	sdp_add_repeat;
585306Sgm209912	sdp_add_time;
595306Sgm209912	sdp_add_zone;
605306Sgm209912	sdp_add_key;
615306Sgm209912	sdp_add_attribute;
625306Sgm209912	sdp_add_media;
635306Sgm209912	sdp_session_to_str;
645306Sgm209912	sdp_delete_all_field;
655306Sgm209912	sdp_delete_all_media_field;
665306Sgm209912	sdp_delete_media;
675306Sgm209912	sdp_delete_attribute;
685306Sgm209912	sdp_free_session;
695306Sgm209912    local:
705306Sgm209912	*;
715306Sgm209912};
72