summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-08 11:19:48 +0200
committerGünther Deschner <gd@samba.org>2010-09-08 19:35:14 +0200
commit778950ca9322700c10c92b411873309398aa8dd1 (patch)
tree933bcd2ab5ee18da88d40f69ccbfab9e5ce98134 /librpc
parent958df10a44f1370ab46f8ed571e6927e1e182d87 (diff)
downloadsamba-778950ca9322700c10c92b411873309398aa8dd1.tar.gz
samba-778950ca9322700c10c92b411873309398aa8dd1.tar.bz2
samba-778950ca9322700c10c92b411873309398aa8dd1.zip
nbt: add decode_nbt_netlogon_packet() to IDL.
Guenther
Diffstat (limited to 'librpc')
-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 */