1*1741Srmesta/* 2*1741Srmesta * CDDL HEADER START 3*1741Srmesta * 4*1741Srmesta * The contents of this file are subject to the terms of the 5*1741Srmesta * Common Development and Distribution License (the "License"). 6*1741Srmesta * You may not use this file except in compliance with the License. 7*1741Srmesta * 8*1741Srmesta * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*1741Srmesta * or http://www.opensolaris.org/os/licensing. 10*1741Srmesta * See the License for the specific language governing permissions 11*1741Srmesta * and limitations under the License. 12*1741Srmesta * 13*1741Srmesta * When distributing Covered Code, include this CDDL HEADER in each 14*1741Srmesta * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*1741Srmesta * If applicable, add the following below this CDDL HEADER, with the 16*1741Srmesta * fields enclosed by brackets "[]" replaced with your own identifying 17*1741Srmesta * information: Portions Copyright [yyyy] [name of copyright owner] 18*1741Srmesta * 19*1741Srmesta * CDDL HEADER END 20*1741Srmesta */ 21*1741Srmesta/* LINTLIBRARY */ 22*1741Srmesta/* PROTOLIB1 */ 23*1741Srmesta 24*1741Srmesta/* 25*1741Srmesta * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 26*1741Srmesta * Use is subject to license terms. 27*1741Srmesta */ 28*1741Srmesta#pragma ident "%Z%%M% %I% %E% SMI" 29*1741Srmesta 30*1741Srmesta#include <nfs/mapid.h> 31*1741Srmestavoid mapid_reeval_domain(cb_t *); 32*1741Srmestaint mapid_stdchk_domain(const char *); 33*1741Srmestachar *mapid_derive_domain(void); 34*1741Srmestachar *mapid_get_domain(void); 35