diff options
-rw-r--r-- | source4/librpc/idl/winsif.idl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/librpc/idl/winsif.idl b/source4/librpc/idl/winsif.idl index 2b179c8d05..d78d612911 100644 --- a/source4/librpc/idl/winsif.idl +++ b/source4/librpc/idl/winsif.idl @@ -159,7 +159,10 @@ import "nbt.idl"; /*****************/ /* Function 0x03 */ - void WinsDoStaticInit(); + WERROR winsif_WinsDoStaticInit( + [in,unique,string,charset(UTF16)] uint16 *data_file_path, + [in] boolean32 delete_file + ); /*****************/ /* Function 0x04 */ |