diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 930dcc8541..bd81690702 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -162,9 +162,11 @@ NTSTATUS make_user_info(struct auth_usersupplied_info **user_info, const char *client_domain, const char *domain, const char *wksta_name, - DATA_BLOB *lm_pwd, DATA_BLOB *nt_pwd, - DATA_BLOB *lm_interactive_pwd, DATA_BLOB *nt_interactive_pwd, - DATA_BLOB *plaintext, + const DATA_BLOB *lm_pwd, + const DATA_BLOB *nt_pwd, + const DATA_BLOB *lm_interactive_pwd, + const DATA_BLOB *nt_interactive_pwd, + const DATA_BLOB *plaintext, bool encrypted); void free_user_info(struct auth_usersupplied_info **user_info); |