diff options
Diffstat (limited to 'xlators/protocol/server/src/authenticate.h')
| -rw-r--r-- | xlators/protocol/server/src/authenticate.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/xlators/protocol/server/src/authenticate.h b/xlators/protocol/server/src/authenticate.h index 3f80231ee0a..5f92183fb12 100644 --- a/xlators/protocol/server/src/authenticate.h +++ b/xlators/protocol/server/src/authenticate.h @@ -37,10 +37,8 @@ typedef struct {          volume_opt_list_t *vol_opt;  } auth_handle_t; -auth_result_t gf_authenticate (dict_t *input_params, -                               dict_t *config_params, -                               dict_t *auth_modules);  int32_t gf_auth_init (xlator_t *xl, dict_t *auth_modules);  void gf_auth_fini (dict_t *auth_modules); +auth_result_t gf_authenticate (dict_t *, dict_t *, dict_t *);  #endif /* _AUTHENTICATE_H */  | 
