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

source4/librpc/idl/winsif.idl

index 63ac59a82b7aa5c19df0c092ba64158ed8874220..e94307650c3164e1dbf49e851bbea389d567c5bd 100644 (file)
@@ -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 */