diff options
author | Andreas Jaeger <aj@suse.de> | 2000-12-31 15:34:47 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-12-31 15:34:47 +0000 |
commit | e4aced47ae1046850d846137ec72adfe32c57186 (patch) | |
tree | f3250faefea176565c7fc836b0f351a96aa8937b /include/rpc/auth.h | |
parent | a2e48a256abd7e745687cabe72f4f1219da95d74 (diff) | |
download | glibc-e4aced47ae1046850d846137ec72adfe32c57186.tar.gz |
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.h')
-rw-r--r-- | include/rpc/auth.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h index 40e95011d6..87fcd36de5 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -1,6 +1,10 @@ #ifndef _RPC_AUTH_H #include <sunrpc/rpc/auth.h> +/* Now define the internal interfaces. */ +struct key_netstarg; +extern int key_setnet (struct key_netstarg *arg); + #define DECLARE_NSS_PROTOTYPES(service) \ extern enum nss_status _nss_ ##service ## _netname2user \ (char netname[MAXNETNAMELEN + 1], uid_t *uidp, \ |