summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-15 11:16:28 +0200
committerVolker Lendecke <vl@samba.org>2009-08-16 10:38:24 +0200
commit1d110e0ef6efa030a65465291f2b8c7874fed1fb (patch)
tree357e535904a6d0aa3a446eae98ed89f3dd0d3bc0 /source3/winbindd/winbindd_proto.h
parentc6b36ce57391a083162e0918be34f685385df91a (diff)
downloadsamba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.tar.gz
samba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.tar.bz2
samba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.zip
s3:winbind: Add async wb_seqnum
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index c9ef5e14ea..1638b0be62 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -767,6 +767,10 @@ struct tevent_req *winbindd_getgroups_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_getgroups_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *wb_seqnum_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_domain *domain);
+NTSTATUS wb_seqnum_recv(struct tevent_req *req, uint32_t *seqnum);
#endif /* _WINBINDD_PROTO_H_ */