1
0
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:
Stefan Metzmacher 2009-07-31 09:20:52 +02:00
parent b62ee9972e
commit 15c330af32

View File

@ -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 */