diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2008-09-09 14:15:55 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2008-09-09 14:15:55 +0000 |
| commit | 4efa8f3e07ebafa84f29bd13261d4a4685f2840a (patch) | |
| tree | c9744cbbd3e4fa39a76ed292d0756664e32e4cbe /include | |
| parent | 745aaef5b59e3d808a2e926244001c3cd9689534 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/rpc/svc_auth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rpc/svc_auth.h b/include/rpc/svc_auth.h index 67df9765e62b..41fc82b01f22 100644 --- a/include/rpc/svc_auth.h +++ b/include/rpc/svc_auth.h @@ -46,6 +46,8 @@ * Server side authenticator */ __BEGIN_DECLS +extern struct svc_auth_ops svc_auth_null_ops; + extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *); extern int svc_auth_reg(int, enum auth_stat (*)(struct svc_req *, struct rpc_msg *)); |
