diff options
Diffstat (limited to 'source4')
-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 bf30db693b..2e302da77c 100644 --- a/source4/librpc/idl/winsif.idl +++ b/source4/librpc/idl/winsif.idl @@ -186,7 +186,9 @@ import "nbt.idl"; /*****************/ /* Function 0x06 */ - void WinsTerm(); + WERROR winsif_WinsTerm( + [in] uint16 abrupt_termination + ); /*****************/ /* Function 0x07 */ |