diff options
author | Günther Deschner <gd@samba.org> | 2010-09-08 11:19:48 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-08 19:35:14 +0200 |
commit | 778950ca9322700c10c92b411873309398aa8dd1 (patch) | |
tree | 933bcd2ab5ee18da88d40f69ccbfab9e5ce98134 /librpc/idl/nbt.idl | |
parent | 958df10a44f1370ab46f8ed571e6927e1e182d87 (diff) | |
download | samba-778950ca9322700c10c92b411873309398aa8dd1.tar.gz samba-778950ca9322700c10c92b411873309398aa8dd1.tar.xz samba-778950ca9322700c10c92b411873309398aa8dd1.zip |
nbt: add decode_nbt_netlogon_packet() to IDL.
Guenther
Diffstat (limited to 'librpc/idl/nbt.idl')
-rw-r--r-- | librpc/idl/nbt.idl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/librpc/idl/nbt.idl b/librpc/idl/nbt.idl index caf6da9f690..53a33b5fbfc 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 */ |