summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-31 09:23:06 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-31 14:38:38 +0200
commitb540aa4296010c97696a7b16e1bd45f56bd9af18 (patch)
treeac2fcd82b8959e4121d16e4b46436d44bfe0e6b9 /source4/librpc
parent7430582346befcf693de0787947bf62f28655be6 (diff)
downloadsamba-b540aa4296010c97696a7b16e1bd45f56bd9af18.tar.gz
samba-b540aa4296010c97696a7b16e1bd45f56bd9af18.tar.bz2
samba-b540aa4296010c97696a7b16e1bd45f56bd9af18.zip
winsif.idl: add definition of winsif_WinsBackup()
metze
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/winsif.idl5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/librpc/idl/winsif.idl b/source4/librpc/idl/winsif.idl
index 2e302da77c..47e658b4a8 100644
--- a/source4/librpc/idl/winsif.idl
+++ b/source4/librpc/idl/winsif.idl
@@ -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 */