/* static char sccsid[] = "@(#)38 1.7 src/bos/usr/include/rpc/rpc.h, libcrpc, bos720 11/8/96 15:11:25"; */ /* * COMPONENT_NAME: LIBCRPC * * FUNCTIONS: * * ORIGINS: 24 * * * Copyright (c) 1990 by Sun Microsystems, Inc. * @(#)rpc.h 1.9 88/02/08 SMI */ /* @(#)rpc.h 1.3 90/07/17 4.1NFSSRC SMI */ /* * rpc.h, Just includes the billions of rpc header files necessary to * do remote procedure calling. */ #ifdef _AIX_TIRPC #include #else #ifndef _RPC_RPC_H #define _RPC_RPC_H #include /* some typedefs */ #include /* external data representation interfaces */ #include /* generic (de)serializer */ /* Client side only authentication */ #include /* generic authenticator (client side) */ /* Client side (mostly) remote procedure call */ #include /* generic rpc stuff */ /* semi-private protocol headers */ #include /* protocol for rpc messages */ #include /* protocol for unix style cred */ #include /* protocol for des style cred */ /* Server side only remote procedure callee */ #include /* service manager and multiplexer */ #include /* service side authenticator */ #endif #endif /*!_RPC_RPC_H*/