aboutsummaryrefslogtreecommitdiff
path: root/include/rpc/auth_des.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-31 15:34:47 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-31 15:34:47 +0000
commite4aced47ae1046850d846137ec72adfe32c57186 (patch)
treef3250faefea176565c7fc836b0f351a96aa8937b /include/rpc/auth_des.h
parenta2e48a256abd7e745687cabe72f4f1219da95d74 (diff)
downloadglibc-e4aced47ae1046850d846137ec72adfe32c57186.tar
glibc-e4aced47ae1046850d846137ec72adfe32c57186.tar.gz
glibc-e4aced47ae1046850d846137ec72adfe32c57186.tar.bz2
glibc-e4aced47ae1046850d846137ec72adfe32c57186.zip
Update.
* posix/bsd-getpgrp.c: Add prototype to avoid warning. * sunrpc/svc_unix.c: Include <rpc/svc.h> for prototypes. * sunrpc/create_xid.c: Include <rpc/svc.h> 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.
Diffstat (limited to 'include/rpc/auth_des.h')
-rw-r--r--include/rpc/auth_des.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/rpc/auth_des.h b/include/rpc/auth_des.h
index fa3622728b..014b30ca11 100644
--- a/include/rpc/auth_des.h
+++ b/include/rpc/auth_des.h
@@ -2,6 +2,15 @@
#include <sunrpc/rpc/auth_des.h>
+extern bool_t xdr_authdes_cred (XDR *xdrs, struct authdes_cred *cred);
+extern bool_t xdr_authdes_verf (register XDR *xdrs,
+ register struct authdes_verf *verf);
+struct svc_req;
+struct rpc_msg;
+extern enum auth_stat _svcauth_des (register struct svc_req *rqst,
+ register struct rpc_msg *msg);
+
+
#define DECLARE_NSS_PROTOTYPES(service) \
extern enum nss_status _nss_ ## service ## _getpublickey \
(const char *netname, char *pkey, int *errnop); \