summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-01-03 13:03:42 +0100
committerVolker Lendecke <vl@samba.org>2010-01-03 21:14:57 +0100
commit37ac16a88f20ef9a4a8d0fdfa1349a16f818696d (patch)
tree24ecab274779b59cc2223f5927a36b6cf272a263 /source3/include
parent99f292479f1253c4cb1845461ae9edec8f155133 (diff)
downloadsamba-37ac16a88f20ef9a4a8d0fdfa1349a16f818696d.tar.gz
samba-37ac16a88f20ef9a4a8d0fdfa1349a16f818696d.tar.bz2
samba-37ac16a88f20ef9a4a8d0fdfa1349a16f818696d.zip
s3: Convert cli_ulogoff to the async API
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 635cc73bb3..b3921c468e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2165,7 +2165,11 @@ struct tevent_req *cli_session_setup_guest_send(TALLOC_CTX *mem_ctx,
struct event_context *ev,
struct cli_state *cli);
NTSTATUS cli_session_setup_guest_recv(struct tevent_req *req);
-bool cli_ulogoff(struct cli_state *cli);
+struct tevent_req *cli_ulogoff_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct cli_state *cli);
+NTSTATUS cli_ulogoff_recv(struct tevent_req *req);
+NTSTATUS cli_ulogoff(struct cli_state *cli);
struct tevent_req *cli_tcon_andx_create(TALLOC_CTX *mem_ctx,
struct event_context *ev,
struct cli_state *cli,