posix: Check pidfd_spawn with tst-spawn7-pid
[glibc.git] / include / rpc / auth_des.h
blob31e07420961ddb3f96204bd06011dfe8fbb0d4f4
1 #ifndef _RPC_AUTH_DES_H
3 #include <sunrpc/rpc/auth_des.h>
5 # ifndef _ISOMAC
7 libc_hidden_proto (getpublickey)
8 libc_hidden_proto (getsecretkey)
9 libc_hidden_proto (rtime)
11 extern bool_t xdr_authdes_cred (XDR *xdrs, struct authdes_cred *cred);
12 extern bool_t xdr_authdes_verf (XDR *xdrs,
13 struct authdes_verf *verf);
14 struct svc_req;
15 struct rpc_msg;
16 extern enum auth_stat _svcauth_des (struct svc_req *rqst,
17 struct rpc_msg *msg);
20 libc_hidden_proto (authdes_getucred)
21 libc_hidden_proto (xdr_authdes_cred)
22 libc_hidden_proto (xdr_authdes_verf)
24 # endif /* !_ISOMAC */
25 #endif