From b35967edba35965f4e8242759a7d9d1d9ded980f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 7 May 2009 16:23:27 +0200 Subject: Make cli_session_setup_guest chainable --- source3/include/proto.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index c8b79278ea..c11d77d66f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2169,6 +2169,10 @@ NTSTATUS cli_session_setup(struct cli_state *cli, const char *pass, int passlen, const char *ntpass, int ntpasslen, const char *workgroup); +struct tevent_req *cli_session_setup_guest_create(TALLOC_CTX *mem_ctx, + struct event_context *ev, + struct cli_state *cli, + struct tevent_req **psmbreq); struct tevent_req *cli_session_setup_guest_send(TALLOC_CTX *mem_ctx, struct event_context *ev, struct cli_state *cli); -- cgit