mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
winsif.idl: add definition of winsif_WinsDoStaticInit()
metze
This commit is contained in:
parent
b62ee9972e
commit
15c330af32
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user