mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
winsif.idl: add definition of winsif_WinsPullRange()
metze
This commit is contained in:
parent
e29763fd3f
commit
6d0ab082ff
@ -207,7 +207,12 @@ import "nbt.idl";
|
||||
|
||||
/*****************/
|
||||
/* Function 0x09 */
|
||||
void WinsPullRange();
|
||||
WERROR winsif_WinsPullRange(
|
||||
[in,ref] winsif_Address *server_address,
|
||||
[in,ref] winsif_Address *owner_address,
|
||||
[in] hyper min_version_number,
|
||||
[in] hyper max_version_number
|
||||
);
|
||||
|
||||
/*****************/
|
||||
/* Function 0x0A */
|
||||
|
Loading…
Reference in New Issue
Block a user