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 01844c74a7..820c959564 100644 --- a/source4/librpc/idl/winsif.idl +++ b/source4/librpc/idl/winsif.idl @@ -260,7 +260,9 @@ import "nbt.idl"; /*****************/ /* Function 0x0F */ - void WinsDeleteWins(); + WERROR winsif_WinsDeleteWins( + [in,ref] winsif_Address *owner_address + ); /*****************/ /* Function 0x10 */ |