123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #ifndef _RPC_SVC_AUTH_H
- #define _RPC_SVC_AUTH_H 1
- #include <features.h>
- #include <rpc/svc.h>
- __BEGIN_DECLS
- extern enum auth_stat _authenticate (struct svc_req *__rqst,
- struct rpc_msg *__msg) __THROW;
- __END_DECLS
- #endif
|