diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-07-31 09:25:10 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-07-31 14:38:41 +0200 |
commit | 5fd30f8dfb4cec6393989454103b2fb32e6fa885 (patch) | |
tree | aef21061297c74954b556cac22db6623dd3d7620 /source4/librpc/idl | |
parent | 7bea52ab161947f86b49acc24306388fbde8356a (diff) | |
download | samba-5fd30f8dfb4cec6393989454103b2fb32e6fa885.tar.gz samba-5fd30f8dfb4cec6393989454103b2fb32e6fa885.tar.bz2 samba-5fd30f8dfb4cec6393989454103b2fb32e6fa885.zip |
winsif.idl: add definition of winsif_WinsGetNameAndAdd()
metze
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/winsif.idl | 10 |
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 */ |