winsif.idl: add definition of winsif_WinsPullRange()
[ira/wip.git] / source4 / librpc / idl / winsif.idl
index ffae92118ac3b6aeaccfdbca88f61cf3286789ad..cc22c41ea810a4c4291f69e534d77c54f56852e0 100644 (file)
@@ -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 */