summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_wbint.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/librpc/gen_ndr/srv_wbint.h
parentc6b36ce57391a083162e0918be34f685385df91a (diff)
downloadsamba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.tar.gz
samba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.tar.bz2
samba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.zip
s3:winbind: Add async wb_seqnum
Diffstat (limited to 'source3/librpc/gen_ndr/srv_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/srv_wbint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/srv_wbint.h b/source3/librpc/gen_ndr/srv_wbint.h
index 20ca316375..5749b1e9ae 100644
--- a/source3/librpc/gen_ndr/srv_wbint.h
+++ b/source3/librpc/gen_ndr/srv_wbint.h
@@ -11,6 +11,7 @@ NTSTATUS _wbint_Gid2Sid(pipes_struct *p, struct wbint_Gid2Sid *r);
NTSTATUS _wbint_QueryUser(pipes_struct *p, struct wbint_QueryUser *r);
NTSTATUS _wbint_LookupUserAliases(pipes_struct *p, struct wbint_LookupUserAliases *r);
NTSTATUS _wbint_LookupUserGroups(pipes_struct *p, struct wbint_LookupUserGroups *r);
+NTSTATUS _wbint_QuerySequenceNumber(pipes_struct *p, struct wbint_QuerySequenceNumber *r);
void wbint_get_pipe_fns(struct api_struct **fns, int *n_fns);
NTSTATUS rpc_wbint_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r);
void _wbint_Ping(pipes_struct *p, struct wbint_Ping *r);
@@ -23,5 +24,6 @@ NTSTATUS _wbint_Gid2Sid(pipes_struct *p, struct wbint_Gid2Sid *r);
NTSTATUS _wbint_QueryUser(pipes_struct *p, struct wbint_QueryUser *r);
NTSTATUS _wbint_LookupUserAliases(pipes_struct *p, struct wbint_LookupUserAliases *r);
NTSTATUS _wbint_LookupUserGroups(pipes_struct *p, struct wbint_LookupUserGroups *r);
+NTSTATUS _wbint_QuerySequenceNumber(pipes_struct *p, struct wbint_QuerySequenceNumber *r);
NTSTATUS rpc_wbint_init(void);
#endif /* __SRV_WBINT__ */