hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone

Blame include/rpc/svc_auth.h

Packit 6c4009
#ifndef _RPC_SVC_AUTH_H
Packit 6c4009
#include <sunrpc/rpc/svc_auth.h>
Packit 6c4009
Packit 6c4009
# ifndef _ISOMAC
Packit 6c4009
Packit 6c4009
/* Now define the internal interfaces.  */
Packit 6c4009
extern enum auth_stat _svcauth_unix (struct svc_req *rqst,
Packit 6c4009
				     struct rpc_msg *msg);
Packit 6c4009
extern enum auth_stat _svcauth_short (struct svc_req *rqst,
Packit 6c4009
				      struct rpc_msg *msg);
Packit 6c4009
Packit 6c4009
libc_hidden_proto (_authenticate)
Packit 6c4009
Packit 6c4009
# endif /* !_ISOMAC */
Packit 6c4009
#endif