diff options
-rw-r--r-- | source4/librpc/idl/winsif.idl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/librpc/idl/winsif.idl b/source4/librpc/idl/winsif.idl index b46695a29e..63ac59a82b 100644 --- a/source4/librpc/idl/winsif.idl +++ b/source4/librpc/idl/winsif.idl @@ -226,7 +226,9 @@ import "nbt.idl"; /*****************/ /* Function 0x0C */ - void WinsWorkerThreadUpdate(); + WERROR winsif_WinsWorkerThreadUpdate( + [in] uint32 num_of_threads + ); /*****************/ /* Function 0x0D */ |