From 04ea250aebe619d7ec25426be9d395f1dd635c90 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 6 Sep 2009 15:18:58 +0200 Subject: s3:winbind: Convert WINBINDD_SET_HWM to the new API --- source3/librpc/idl/wbint.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/librpc/idl') 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 -- cgit