1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

nbt: add decode_nbt_netlogon_packet() to IDL.

Guenther
This commit is contained in:
Günther Deschner 2010-09-08 11:19:48 +02:00
parent 958df10a44
commit 778950ca93

View 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 */