summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-09-06 15:18:58 +0200
committerVolker Lendecke <vl@samba.org>2009-09-07 01:28:32 +0200
commit04ea250aebe619d7ec25426be9d395f1dd635c90 (patch)
tree973396b5bbe39d1772d1db61e10f87097fe3d580 /source3/librpc/idl
parent4ad330d5226901aed18656c49c70a3fc7a62826c (diff)
downloadsamba-04ea250aebe619d7ec25426be9d395f1dd635c90.tar.gz
samba-04ea250aebe619d7ec25426be9d395f1dd635c90.tar.bz2
samba-04ea250aebe619d7ec25426be9d395f1dd635c90.zip
s3:winbind: Convert WINBINDD_SET_HWM to the new API
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/wbint.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/idl/wbint.idl b/source3/librpc/idl/wbint.idl
index 764d122c60..af59cb6b75 100644
--- a/source3/librpc/idl/wbint.idl
+++ b/source3/librpc/idl/wbint.idl
@@ -164,4 +164,9 @@ interface wbint
[in] wbint_IdType type,
[in] hyper id
);
+
+ NTSTATUS wbint_SetHWM(
+ [in] wbint_IdType type,
+ [in] hyper id
+ );
} \ No newline at end of file