summaryrefslogtreecommitdiffstats
path: root/include/rpc/svc_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc/svc_auth.h')
-rw-r--r--include/rpc/svc_auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rpc/svc_auth.h b/include/rpc/svc_auth.h
index 67df976..41fc82b 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 *));
OpenPOWER on IntegriCloud