diff options
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/wbint.idl | 5 |
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 |