aboutsummaryrefslogtreecommitdiff
path: root/include/rpc/svc_auth.h
blob: 9d2462bacbb899a62128cd15b14953e3e8603e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _RPC_SVC_AUTH_H
#include <sunrpc/rpc/svc_auth.h>

/* Now define the internal interfaces.  */
extern enum auth_stat _svcauth_unix (struct svc_req *rqst,
				     struct rpc_msg *msg);
extern enum auth_stat _svcauth_short (struct svc_req *rqst,
				      struct rpc_msg *msg);



#endif