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/des_crypt.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/rpc/des_crypt.h (limited to 'include/rpc/des_crypt.h') diff --git a/include/rpc/des_crypt.h b/include/rpc/des_crypt.h new file mode 100644 index 0000000..00ee921 --- /dev/null +++ b/include/rpc/des_crypt.h @@ -0,0 +1,9 @@ +#ifndef __DES_CRYPT_H__ +#include + +/* Now define the internal interfaces. */ + +extern int xencrypt (char *secret, char *passwd); +extern int xdecrypt (char *secret, char *passwd); + +#endif -- cgit v1.1