diff options
Diffstat (limited to 'include/linux/sunrpc/auth.h')
-rw-r--r-- | include/linux/sunrpc/auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h index bfc5fb279539..2647798b72c7 100644 --- a/include/linux/sunrpc/auth.h +++ b/include/linux/sunrpc/auth.h | |||
@@ -110,6 +110,7 @@ struct rpc_authops { | |||
110 | 110 | ||
111 | struct rpc_credops { | 111 | struct rpc_credops { |
112 | const char * cr_name; /* Name of the auth flavour */ | 112 | const char * cr_name; /* Name of the auth flavour */ |
113 | int (*cr_init)(struct rpc_auth *, struct rpc_cred *); | ||
113 | void (*crdestroy)(struct rpc_cred *); | 114 | void (*crdestroy)(struct rpc_cred *); |
114 | 115 | ||
115 | int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); | 116 | int (*crmatch)(struct auth_cred *, struct rpc_cred *, int); |