From 5fd30f8dfb4cec6393989454103b2fb32e6fa885 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 31 Jul 2009 09:25:10 +0200 Subject: winsif.idl: add definition of winsif_WinsGetNameAndAdd() metze --- source4/librpc/idl/winsif.idl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'source4') 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 */ -- cgit