40 #ifndef _RPC_SVCAUTH_H 41 #define _RPC_SVCAUTH_H 43 #include <sys/cdefs.h> 52 extern enum auth_stat _authenticate (
struct svc_req *,
struct rpc_msg *);
53 extern int svc_auth_reg (
int,
enum auth_stat (*)(
struct svc_req *,
55 extern enum auth_stat _svcauth_des (
struct svc_req *,
struct rpc_msg *);
Definition: rpc_msg.h:159