From 520bb0d775b35df07e540f33affd80de4de4572c Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 10 Jul 2000 05:17:01 +0000 Subject: make proto (This used to be commit 5f355a24430dcb260de52e8a0ca21e80cae53089) --- source3/include/rpc_client_proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/rpc_client_proto.h') diff --git a/source3/include/rpc_client_proto.h b/source3/include/rpc_client_proto.h index e3ef439804..9f00271f9e 100644 --- a/source3/include/rpc_client_proto.h +++ b/source3/include/rpc_client_proto.h @@ -27,8 +27,8 @@ BOOL cli_nt_login_interactive(struct cli_state *cli, char *domain, char *usernam uint32 smb_userid_low, char *password, NET_ID_INFO_CTR *ctr, NET_USER_INFO_3 *user_info3); BOOL cli_nt_login_network(struct cli_state *cli, char *domain, char *username, - uint32 smb_userid_low, char lm_chal[8], char lm_chal_resp[24], - char nt_chal_resp[24], + uint32 smb_userid_low, char lm_chal[8], + char *lm_chal_resp, char *nt_chal_resp, NET_ID_INFO_CTR *ctr, NET_USER_INFO_3 *user_info3); BOOL cli_nt_logoff(struct cli_state *cli, NET_ID_INFO_CTR *ctr); -- cgit