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.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/rpc/rpc.h') diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 1b5c5cd8de..f925e2b35e 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -1 +1,7 @@ +#ifndef _RPC_RPC_H #include + +/* Now define the internal interfaces. */ +extern unsigned long _create_xid (void); + +#endif -- cgit 1.4.1