|
@@ -122,8 +122,8 @@ extern const struct rpc_authops authnull_ops;
|
|
int __init rpc_init_authunix(void);
|
|
int __init rpc_init_authunix(void);
|
|
int __init rpc_init_generic_auth(void);
|
|
int __init rpc_init_generic_auth(void);
|
|
int __init rpcauth_init_module(void);
|
|
int __init rpcauth_init_module(void);
|
|
-void __exit rpcauth_remove_module(void);
|
|
|
|
-void __exit rpc_destroy_generic_auth(void);
|
|
|
|
|
|
+void rpcauth_remove_module(void);
|
|
|
|
+void rpc_destroy_generic_auth(void);
|
|
void rpc_destroy_authunix(void);
|
|
void rpc_destroy_authunix(void);
|
|
|
|
|
|
struct rpc_cred * rpc_lookup_cred(void);
|
|
struct rpc_cred * rpc_lookup_cred(void);
|