summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/winsif.idl7
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/librpc/idl/winsif.idl b/source4/librpc/idl/winsif.idl
index ffae92118a..cc22c41ea8 100644
--- a/source4/librpc/idl/winsif.idl
+++ b/source4/librpc/idl/winsif.idl
@@ -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 */