summaryrefslogtreecommitdiff
path: root/source3/include/rpc_client_proto.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-07-10 05:17:01 +0000
committerTim Potter <tpot@samba.org>2000-07-10 05:17:01 +0000
commit520bb0d775b35df07e540f33affd80de4de4572c (patch)
tree88937f4d5db34eda6e42a84d3e6294d5a3570436 /source3/include/rpc_client_proto.h
parent78a4848e8da7bb4f96e99e3419c5473c4c23bb6d (diff)
downloadsamba-520bb0d775b35df07e540f33affd80de4de4572c.tar.gz
samba-520bb0d775b35df07e540f33affd80de4de4572c.tar.bz2
samba-520bb0d775b35df07e540f33affd80de4de4572c.zip
make proto
(This used to be commit 5f355a24430dcb260de52e8a0ca21e80cae53089)
Diffstat (limited to 'source3/include/rpc_client_proto.h')
-rw-r--r--source3/include/rpc_client_proto.h4
1 files changed, 2 insertions, 2 deletions
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);