summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/winsif.idl10
1 files changed, 9 insertions, 1 deletions
diff --git a/source4/librpc/idl/winsif.idl b/source4/librpc/idl/winsif.idl
index 63ac59a82b..e94307650c 100644
--- a/source4/librpc/idl/winsif.idl
+++ b/source4/librpc/idl/winsif.idl
@@ -232,7 +232,15 @@ import "nbt.idl";
/*****************/
/* Function 0x0D */
- void WinsGetNameAndAdd();
+ WERROR winsif_WinsGetNameAndAdd(
+ [out,ref] winsif_Address *server_address,
+ /*
+ * TODO: fix pidl to handles this completly correct...
+ * currently it gives a warning about a missing pointer
+ * and completely ignores the size_is(80).
+ */
+ [out,ref,string,charset(DOS),size_is(80)] uint8 *unc_name
+ );
/*****************/
/* Function 0x0E */