summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-29 18:59:56 +0200
committerVolker Lendecke <vl@samba.org>2009-04-06 21:32:06 +0200
commit03becb506613b4ec1d365ff2bbd63e53b0847805 (patch)
treea96633af1273e90bafb16ec9f72cc333c7e5cf42 /source3/include
parent95c792b6afe1e4a3176d95eb451b67ba1ce4a380 (diff)
downloadsamba-03becb506613b4ec1d365ff2bbd63e53b0847805.tar.gz
samba-03becb506613b4ec1d365ff2bbd63e53b0847805.tar.bz2
samba-03becb506613b4ec1d365ff2bbd63e53b0847805.zip
Convert cli_negprot to tevent_req
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index e7593a98fc..e3b83491b4 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2319,10 +2319,10 @@ NTSTATUS cli_tcon_andx(struct cli_state *cli, const char *share,
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);
+struct tevent_req *cli_negprot_send(TALLOC_CTX *mem_ctx,
+ struct event_context *ev,
+ struct cli_state *cli);
+NTSTATUS cli_negprot_recv(struct tevent_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,