From e4aced47ae1046850d846137ec72adfe32c57186 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 31 Dec 2000 15:34:47 +0000 Subject: Update. * posix/bsd-getpgrp.c: Add prototype to avoid warning. * sunrpc/svc_unix.c: Include for prototypes. * sunrpc/create_xid.c: Include for prototypes. * include/rpc/rpc_msg.h: Add prototypes for some functions. * include/rpc/auth.h: Likewise. * include/rpc/auth_des.h: Likewise. * include/rpc/clnt.h: Likewise. * include/rpc/rpc.h: Likewise. * include/rpc/svc.h: Likewise. * include/rpc/svc_auth.h: Likewise. * include/rpc/des_crypt.h: New file. --- include/rpc/rpc_msg.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/rpc/rpc_msg.h') diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h index 3c63730c1f..48fc533dc4 100644 --- a/include/rpc/rpc_msg.h +++ b/include/rpc/rpc_msg.h @@ -1 +1,10 @@ +#ifndef _RPC_MSG_H #include + +/* Now define the internal interfaces. */ + +extern bool_t xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr); +extern bool_t xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar); + + +#endif -- cgit v1.2.3