xref: /onnv-gate/usr/src/lib/libidmap/common/mapfile-vers (revision 5043:667e437d66d0)
14520Snw141292#
24520Snw141292# CDDL HEADER START
34520Snw141292#
44520Snw141292# The contents of this file are subject to the terms of the
54520Snw141292# Common Development and Distribution License (the "License").
64520Snw141292# You may not use this file except in compliance with the License.
74520Snw141292#
84520Snw141292# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94520Snw141292# or http://www.opensolaris.org/os/licensing.
104520Snw141292# See the License for the specific language governing permissions
114520Snw141292# and limitations under the License.
124520Snw141292#
134520Snw141292# When distributing Covered Code, include this CDDL HEADER in each
144520Snw141292# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154520Snw141292# If applicable, add the following below this CDDL HEADER, with the
164520Snw141292# fields enclosed by brackets "[]" replaced with your own identifying
174520Snw141292# information: Portions Copyright [yyyy] [name of copyright owner]
184520Snw141292#
194520Snw141292# CDDL HEADER END
204520Snw141292#
214520Snw141292#
224520Snw141292# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
234520Snw141292# Use is subject to license terms.
244520Snw141292#
254520Snw141292# ident	"%Z%%M%	%I%	%E% SMI"
264520Snw141292#
274520Snw141292
284520Snw141292SUNWprivate {
294520Snw141292    global:
304520Snw141292	xdr_idmap_utf8str;
314520Snw141292	xdr_idmap_retcode;
324520Snw141292	xdr_idmap_namerule;
334520Snw141292	xdr_idmap_namerules_res;
344520Snw141292	xdr_idmap_ids_res;
354520Snw141292	xdr_idmap_mapping_batch;
364520Snw141292	xdr_idmap_list_mappings_1_argument;
374520Snw141292	xdr_idmap_mappings_res;
384520Snw141292	xdr_idmap_update_batch;
394520Snw141292	xdr_idmap_list_namerules_1_argument;
404520Snw141292	xdr_idmap_mapping;
414520Snw141292	xdr_idmap_id_res;
424520Snw141292	idmap_init;
434520Snw141292	idmap_fini;
444520Snw141292	idmap_free;
454520Snw141292	idmap_stat2string;
464520Snw141292	idmap_string2stat;
474520Snw141292	idmap_stat4prot;
484520Snw141292	idmap_str2utf8;
494520Snw141292	idmap_utf82str;
504520Snw141292	idmap_iter_namerules;
514520Snw141292	idmap_iter_next_namerule;
524520Snw141292	idmap_iter_mappings;
534520Snw141292	idmap_iter_next_mapping;
544520Snw141292	idmap_iter_destroy;
554520Snw141292	idmap_get_create;
564520Snw141292	idmap_get_uidbysid;
574520Snw141292	idmap_get_gidbysid;
584520Snw141292	idmap_get_pidbysid;
594520Snw141292	idmap_get_sidbyuid;
604520Snw141292	idmap_get_sidbygid;
614520Snw141292	idmap_get_mappings;
624520Snw141292	idmap_get_destroy;
634520Snw141292	idmap_get_w2u_mapping;
644520Snw141292	idmap_get_u2w_mapping;
654520Snw141292	idmap_udt_add_namerule;
664520Snw141292	idmap_udt_rm_namerule;
674520Snw141292	idmap_udt_destroy;
684520Snw141292	idmap_udt_commit;
694520Snw141292	idmap_udt_create;
704520Snw141292	idmap_udt_flush_namerules;
71*5043Sbaban	idmap_getwinnamebyuid;
72*5043Sbaban	idmap_getwinnamebygid;
73*5043Sbaban	idmap_getuidbywinname;
74*5043Sbaban	idmap_getgidbywinname;
754520Snw141292    local:
764520Snw141292	*;
774520Snw141292};
78