summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-02-02 22:14:57 +0100
committerKai Blin <kai@samba.org>2009-02-02 22:14:57 +0100
commit6ed02233c3d873d4aa6ee4306d61cc2aad465a5d (patch)
tree68aba520a40eb1a814bddc92e67f6581a04691a3 /source3/include
parentd3f9b0fab67285d061719e69c1c6e9c4ce80fb36 (diff)
downloadsamba-6ed02233c3d873d4aa6ee4306d61cc2aad465a5d.tar.gz
samba-6ed02233c3d873d4aa6ee4306d61cc2aad465a5d.tar.bz2
samba-6ed02233c3d873d4aa6ee4306d61cc2aad465a5d.zip
s3-wbclient: Use new tevent data types
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 285b44dcde..dfe42db245 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7671,7 +7671,7 @@ NTSTATUS nss_info_template_init( void );
/* Misc protos */
-struct async_req *wb_trans_send(TALLOC_CTX *mem_ctx, struct event_context *ev,
+struct async_req *wb_trans_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
struct wb_context *wb_ctx, bool need_priv,
const struct winbindd_request *wb_req);
NTSTATUS wb_trans_recv(struct async_req *req, TALLOC_CTX *mem_ctx,