nbt: add decode_nbt_netlogon_packet() to IDL.
authorGünther Deschner <gd@samba.org>
Wed, 8 Sep 2010 09:19:48 +0000 (11:19 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 8 Sep 2010 17:35:14 +0000 (19:35 +0200)
Guenther

librpc/idl/nbt.idl

index caf6da9f690e7e9995e001034bb574ec6fe66613..53a33b5fbfc0a6146f0dcb74ea40a29739b85ab2 100644 (file)
@@ -10,7 +10,9 @@
 
 import "misc.idl", "security.idl", "svcctl.idl", "samr.idl";
 [
-       helper("../libcli/netlogon.h", "../libcli/nbt/libnbt.h")
+       helper("../libcli/netlogon.h", "../libcli/nbt/libnbt.h"),
+       helpstring("NBT messages"),
+       uuid("6def41b6-86e4-4c32-997c-ed33af7bcd8e")
 ]
 interface nbt
 {
@@ -542,6 +544,10 @@ interface nbt
                [switch_is(command)] nbt_netlogon_request req;
        } nbt_netlogon_packet;
 
+       void decode_nbt_netlogon_packet(
+               [in] nbt_netlogon_packet packet
+               );
+
        /********************************************************/
        /* \MAILSLOT\BROWSE mailslot requests                   */
        /* for details see http://ubiqx.org/cifs/Browsing.html  */