winsif.idl: add definition of winsif_WinsBackup()
authorStefan Metzmacher <metze@samba.org>
Fri, 31 Jul 2009 07:23:06 +0000 (09:23 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 31 Jul 2009 12:38:38 +0000 (14:38 +0200)
metze

source4/librpc/idl/winsif.idl

index 2e302da77cc86d496e7561470bb3a296a78ae1f3..47e658b4a89964ebd89a3109e3c797a033f50161 100644 (file)
@@ -192,7 +192,10 @@ import "nbt.idl";
 
        /*****************/
        /* Function 0x07 */
-       void WinsBackup();
+       WERROR winsif_WinsBackup(
+               [in,ref,string,charset(DOS)] uint8 *backup_path,
+               [in] uint16 incremental
+       );
 
        /*****************/
        /* Function 0x08 */