xref: /titanic_44/usr/src/lib/librpcsvc/common/llib-lrpcsvc (revision 1ce1951135b81c803c8dcf2f3c756009b1b0170a)
1*1ce19511Sth199096/*
2*1ce19511Sth199096 * CDDL HEADER START
3*1ce19511Sth199096 *
4*1ce19511Sth199096 * The contents of this file are subject to the terms of the
5*1ce19511Sth199096 * Common Development and Distribution License (the "License").
6*1ce19511Sth199096 * You may not use this file except in compliance with the License.
7*1ce19511Sth199096 *
8*1ce19511Sth199096 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*1ce19511Sth199096 * or http://www.opensolaris.org/os/licensing.
10*1ce19511Sth199096 * See the License for the specific language governing permissions
11*1ce19511Sth199096 * and limitations under the License.
12*1ce19511Sth199096 *
13*1ce19511Sth199096 * When distributing Covered Code, include this CDDL HEADER in each
14*1ce19511Sth199096 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*1ce19511Sth199096 * If applicable, add the following below this CDDL HEADER, with the
16*1ce19511Sth199096 * fields enclosed by brackets "[]" replaced with your own identifying
17*1ce19511Sth199096 * information: Portions Copyright [yyyy] [name of copyright owner]
18*1ce19511Sth199096 *
19*1ce19511Sth199096 * CDDL HEADER END
20*1ce19511Sth199096 */
21*1ce19511Sth199096
22*1ce19511Sth199096/*
23*1ce19511Sth199096 * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24*1ce19511Sth199096 * Use is subject to license terms.
25*1ce19511Sth199096 */
26*1ce19511Sth199096
27*1ce19511Sth199096#pragma ident	"%Z%%M%	%I%	%E% SMI"
28*1ce19511Sth199096
29*1ce19511Sth199096/* LINTLIBRARY */
30*1ce19511Sth199096/* PROTOLIB1 */
31*1ce19511Sth199096
32*1ce19511Sth199096#include <rpcsvc/autofs_prot.h>
33*1ce19511Sth199096#include <rpcsvc/bootparam_prot.h>
34*1ce19511Sth199096#include <rpcsvc/mount.h>
35*1ce19511Sth199096#include <rpcsvc/nfs4_prot.h>
36*1ce19511Sth199096#include <rpcsvc/nlm_prot.h>
37*1ce19511Sth199096#include <rpcsvc/rpc_sztypes.h>
38*1ce19511Sth199096#include <rpcsvc/rstat.h>
39*1ce19511Sth199096#include <rpcsvc/ufs_prot.h>
40*1ce19511Sth199096
41*1ce19511Sth199096extern int __clnt_bindresvport(CLIENT *);
42*1ce19511Sth199096
43