From b1a27e81d712ada8eebc587a4c35fbb48b4762cb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 12 Apr 2010 21:31:33 +0200 Subject: s3: Apply some const --- source3/include/proto.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source3/include') 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); -- cgit