diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-15 11:16:28 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-16 10:38:24 +0200 |
commit | 1d110e0ef6efa030a65465291f2b8c7874fed1fb (patch) | |
tree | 357e535904a6d0aa3a446eae98ed89f3dd0d3bc0 /source3/librpc/idl | |
parent | c6b36ce57391a083162e0918be34f685385df91a (diff) | |
download | samba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.tar.gz samba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.tar.bz2 samba-1d110e0ef6efa030a65465291f2b8c7874fed1fb.zip |
s3:winbind: Add async wb_seqnum
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl index f994126711..a4aab7c1ac 100644 --- a/source3/librpc/idl/wbint.idl +++ b/source3/librpc/idl/wbint.idl @@ -88,4 +88,8 @@ interface wbint [in] dom_sid *sid, [out] wbint_SidArray *sids ); + + NTSTATUS wbint_QuerySequenceNumber( + [out] uint32 *sequence + ); }
\ No newline at end of file |