/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* onc720 src/oncplus/usr/include/tirpc/rpc/rpc.h 1.2 */ /* */ /* Licensed Materials - Property of IBM */ /* */ /* COPYRIGHT International Business Machines Corp. 1996,1999 */ /* All Rights Reserved */ /* */ /* US Government Users Restricted Rights - Use, duplication or */ /* disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* */ /* IBM_PROLOG_END_TAG */ /* * Copyright (c) 1986 - 1991 by Sun Microsystems, Inc. */ /* * rpc.h, Just includes the billions of rpc header files necessary to * do remote procedure calling. * */ #ifndef _RPC_RPC_H #define _RPC_RPC_H /* #pragma ident "@(#)rpc.h 1.15 96/05/07 SMI" */ /* rpc.h 1.13 88/12/17 SMI */ #include /* some typedefs */ #include #include #include #include /* generic (de)serializer */ #include /* generic authenticator (client side) */ #include /* generic client side rpc */ #include /* protocol for rpc messages */ #include /* protocol for unix style cred */ #include /* protocol for des style cred */ #include /* protocol for kerberos style cred */ #include /* GSS style security */ #include /* service manager and multiplexer */ #include /* service side authenticator */ #include /* rpcbind interface functions */ #include /* private server definitions */ #endif /* !_RPC_RPC_H */