diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-23 13:38:46 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-23 13:38:46 +0000 |
commit | 5cd52a56a4846d6a720e63e723d3777b207e0724 (patch) | |
tree | d9dc86a467b28ac48be6f30e8e992d045e7d655f /source3/include/proto.h | |
parent | d38aba33afefc5791c1a672f5786bf2d8da8dda8 (diff) | |
download | samba-5cd52a56a4846d6a720e63e723d3777b207e0724.tar.gz samba-5cd52a56a4846d6a720e63e723d3777b207e0724.tar.bz2 samba-5cd52a56a4846d6a720e63e723d3777b207e0724.zip |
playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen)
and then send a LSA_REQ_CHAL down it.
(This used to be commit 473f21071fad603865358821b83df6b58c9a06a5)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d62adb9f84..a86a4999d9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -60,10 +60,10 @@ void cli_shutdown(struct cli_state *cli); /*The following definitions come from clientutil.c */ void cli_setup_pkt(char *outbuf); -BOOL cli_call_api(char *pipe_name, int prcnt,int drcnt, +BOOL cli_call_api(char *pipe_name, int prcnt,int drcnt, int srcnt, int mprcnt,int mdrcnt, int *rprcnt,int *rdrcnt, - char *param,char *data, + char *param,char *data, uint16 *setup, char **rparam,char **rdata); BOOL cli_receive_trans_response(char *inbuf,int trans, int *data_len,int *param_len, |