xref: /onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mapfile-vers (revision 12692:4341b447c069)
14960Swillf#
24960Swillf# CDDL HEADER START
34960Swillf#
44960Swillf# The contents of this file are subject to the terms of the
54960Swillf# Common Development and Distribution License (the "License").
64960Swillf# You may not use this file except in compliance with the License.
74960Swillf#
84960Swillf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94960Swillf# or http://www.opensolaris.org/os/licensing.
104960Swillf# See the License for the specific language governing permissions
114960Swillf# and limitations under the License.
124960Swillf#
134960Swillf# When distributing Covered Code, include this CDDL HEADER in each
144960Swillf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154960Swillf# If applicable, add the following below this CDDL HEADER, with the
164960Swillf# fields enclosed by brackets "[]" replaced with your own identifying
174960Swillf# information: Portions Copyright [yyyy] [name of copyright owner]
184960Swillf#
194960Swillf# CDDL HEADER END
204960Swillf#
214960Swillf#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
234960Swillf#
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
374960Swillf#
384960Swillf
394960Swillf# Due to mistakes made early in the history of this library, there are
404960Swillf# no SUNW_1.1 symbols, but the version is now kept as a placeholder.
414960Swillf# Don't add any symbols to this version.
424960Swillf
43*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
44*12692SAli.Bahrami@Oracle.COM
45*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
464960Swillf    global:
474960Swillf	SUNW_1.1;
484960Swillf};
494960Swillf
50*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
514960Swillf    global:
524960Swillf	kdb2_bt_rseq;
534960Swillf	kdb2_dbm_clearerr;
544960Swillf	kdb2_dbm_close;
554960Swillf	kdb2_dbm_delete;
564960Swillf	kdb2_dbm_dirfno;
574960Swillf	kdb2_dbm_error;
584960Swillf	kdb2_dbm_fetch;
594960Swillf	kdb2_dbm_firstkey;
604960Swillf	kdb2_dbm_nextkey;
614960Swillf	kdb2_dbm_open;
624960Swillf	kdb2_dbm_store;
634960Swillf	kdb2_dbminit;
644960Swillf	kdb2_dbopen;
654960Swillf	kdb2_delete;
664960Swillf	kdb2_fetch;
674960Swillf	kdb2_firstkey;
684960Swillf	kdb2_hcreate;
694960Swillf	kdb2_hdestroy;
704960Swillf	kdb2_hsearch;
714960Swillf	kdb2_mpool_close;
724960Swillf	kdb2_mpool_delete;
734960Swillf	kdb2_mpool_filter;
744960Swillf	kdb2_mpool_get;
754960Swillf	kdb2_mpool_new;
764960Swillf	kdb2_mpool_open;
774960Swillf	kdb2_mpool_put;
784960Swillf	kdb2_mpool_sync;
794960Swillf	kdb2_nextkey;
804960Swillf	kdb2_store;
814960Swillf    local:
824960Swillf	*;
834960Swillf};
84