summaryrefslogtreecommitdiff
path: root/librpc/idl/nbt.idl
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/idl/nbt.idl')
-rw-r--r--librpc/idl/nbt.idl8
1 files changed, 7 insertions, 1 deletions
diff --git a/librpc/idl/nbt.idl b/librpc/idl/nbt.idl
index caf6da9f69..53a33b5fbf 100644
--- a/librpc/idl/nbt.idl
+++ b/librpc/idl/nbt.idl
@@ -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 */