diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-19 10:50:52 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-12-19 10:50:52 +0100 |
commit | f87da49830960aebe4ffa551e7e1f16330d28cca (patch) | |
tree | 04dfc33c366be0efb5a32c1f37d7631837845ff8 /source3/include | |
parent | bb8ca0fdbf0fe68ad2cd47d6f8d68743bfbacdec (diff) | |
download | samba-f87da49830960aebe4ffa551e7e1f16330d28cca.tar.gz samba-f87da49830960aebe4ffa551e7e1f16330d28cca.tar.bz2 samba-f87da49830960aebe4ffa551e7e1f16330d28cca.zip |
Make cli_negprot async
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 8ec15da5d8..212bbf0df7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2366,6 +2366,10 @@ bool cli_send_tconX(struct cli_state *cli, bool cli_tdis(struct cli_state *cli); void cli_negprot_sendsync(struct cli_state *cli); NTSTATUS cli_negprot(struct cli_state *cli); +struct async_req *cli_negprot_send(TALLOC_CTX *mem_ctx, + struct event_context *ev, + struct cli_state *cli); +NTSTATUS cli_negprot_recv(struct async_req *req); bool cli_session_request(struct cli_state *cli, struct nmb_name *calling, struct nmb_name *called); NTSTATUS cli_connect(struct cli_state *cli, |