summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_rpc.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-06-21 10:47:22 +0200
committerAndreas Schneider <asn@samba.org>2010-07-05 15:59:13 +0200
commitc4a5fc72c732e40c53b6206280ed9c22cc8f0fb1 (patch)
treea7734e91b891af46fbad002d4145a76915ef14c9 /source3/winbindd/winbindd_rpc.h
parent62038010e0cb74a0de8fe68c7566a6db153ea58b (diff)
downloadsamba-c4a5fc72c732e40c53b6206280ed9c22cc8f0fb1.tar.gz
samba-c4a5fc72c732e40c53b6206280ed9c22cc8f0fb1.tar.bz2
samba-c4a5fc72c732e40c53b6206280ed9c22cc8f0fb1.zip
s3-winbind: Added a common rpc_sequence_number function.
Diffstat (limited to 'source3/winbindd/winbindd_rpc.h')
-rw-r--r--source3/winbindd/winbindd_rpc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_rpc.h b/source3/winbindd/winbindd_rpc.h
index b31718747f..fb1abd0575 100644
--- a/source3/winbindd/winbindd_rpc.h
+++ b/source3/winbindd/winbindd_rpc.h
@@ -117,4 +117,11 @@ NTSTATUS rpc_lookup_groupmem(TALLOC_CTX *mem_ctx,
char ***pnames,
uint32_t **pname_types);
+/* Find the sequence number for a domain */
+NTSTATUS rpc_sequence_number(TALLOC_CTX *mem_ctx,
+ struct rpc_pipe_client *samr_pipe,
+ struct policy_handle *samr_policy,
+ const char *domain_name,
+ uint32_t *pseq);
+
#endif /* _WINBINDD_RPC_H_ */