summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-07 16:23:27 +0200
committerVolker Lendecke <vl@samba.org>2009-05-07 16:37:54 +0200
commitb35967edba35965f4e8242759a7d9d1d9ded980f (patch)
treec4e8f455b1fa6e5cd1eba0922a96abd8b152b144 /source3/include/proto.h
parent599b9fe86eba932171bb4ec13347ed28ea5edebd (diff)
downloadsamba-b35967edba35965f4e8242759a7d9d1d9ded980f.tar.gz
samba-b35967edba35965f4e8242759a7d9d1d9ded980f.tar.bz2
samba-b35967edba35965f4e8242759a7d9d1d9ded980f.zip
Make cli_session_setup_guest chainable
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 4 insertions, 0 deletions
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);