8200fe25ffab8b2032d046c88710a949f361b700rmesta/*
8200fe25ffab8b2032d046c88710a949f361b700rmesta * CDDL HEADER START
8200fe25ffab8b2032d046c88710a949f361b700rmesta *
8200fe25ffab8b2032d046c88710a949f361b700rmesta * The contents of this file are subject to the terms of the
8200fe25ffab8b2032d046c88710a949f361b700rmesta * Common Development and Distribution License (the "License").
8200fe25ffab8b2032d046c88710a949f361b700rmesta * You may not use this file except in compliance with the License.
8200fe25ffab8b2032d046c88710a949f361b700rmesta *
8200fe25ffab8b2032d046c88710a949f361b700rmesta * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8200fe25ffab8b2032d046c88710a949f361b700rmesta * or http://www.opensolaris.org/os/licensing.
8200fe25ffab8b2032d046c88710a949f361b700rmesta * See the License for the specific language governing permissions
8200fe25ffab8b2032d046c88710a949f361b700rmesta * and limitations under the License.
8200fe25ffab8b2032d046c88710a949f361b700rmesta *
8200fe25ffab8b2032d046c88710a949f361b700rmesta * When distributing Covered Code, include this CDDL HEADER in each
8200fe25ffab8b2032d046c88710a949f361b700rmesta * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8200fe25ffab8b2032d046c88710a949f361b700rmesta * If applicable, add the following below this CDDL HEADER, with the
8200fe25ffab8b2032d046c88710a949f361b700rmesta * fields enclosed by brackets "[]" replaced with your own identifying
8200fe25ffab8b2032d046c88710a949f361b700rmesta * information: Portions Copyright [yyyy] [name of copyright owner]
8200fe25ffab8b2032d046c88710a949f361b700rmesta *
8200fe25ffab8b2032d046c88710a949f361b700rmesta * CDDL HEADER END
8200fe25ffab8b2032d046c88710a949f361b700rmesta */
8200fe25ffab8b2032d046c88710a949f361b700rmesta/* LINTLIBRARY */
8200fe25ffab8b2032d046c88710a949f361b700rmesta/* PROTOLIB1 */
8200fe25ffab8b2032d046c88710a949f361b700rmesta
8200fe25ffab8b2032d046c88710a949f361b700rmesta/*
8200fe25ffab8b2032d046c88710a949f361b700rmesta * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
8200fe25ffab8b2032d046c88710a949f361b700rmesta * Use is subject to license terms.
8200fe25ffab8b2032d046c88710a949f361b700rmesta */
8200fe25ffab8b2032d046c88710a949f361b700rmesta#pragma ident "%Z%%M% %I% %E% SMI"
8200fe25ffab8b2032d046c88710a949f361b700rmesta
8200fe25ffab8b2032d046c88710a949f361b700rmesta#include <nfs/mapid.h>
8200fe25ffab8b2032d046c88710a949f361b700rmestavoid mapid_reeval_domain(cb_t *);
8200fe25ffab8b2032d046c88710a949f361b700rmestaint mapid_stdchk_domain(const char *);
8200fe25ffab8b2032d046c88710a949f361b700rmestachar *mapid_derive_domain(void);
8200fe25ffab8b2032d046c88710a949f361b700rmestachar *mapid_get_domain(void);