diff options
author | Günther Deschner <gd@samba.org> | 2011-11-02 18:31:40 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-03 18:35:08 +0100 |
commit | 72879f491f0ef83da874fc6fe4a6f74fdc2b1d39 (patch) | |
tree | 33a95977a3dcdfcd85e82ed078df968db5514599 /librpc/idl | |
parent | 2417ea4923e058c802d0fdaa7961d502568553ae (diff) | |
download | samba-72879f491f0ef83da874fc6fe4a6f74fdc2b1d39.tar.gz |
nbt: merge in LIBCLI_NDR_NETLOGON helper into NDR_NBT.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/nbt.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/nbt.idl b/librpc/idl/nbt.idl index 227e0a46a4..cd81081267 100644 --- a/librpc/idl/nbt.idl +++ b/librpc/idl/nbt.idl @@ -10,7 +10,7 @@ import "misc.idl", "security.idl"; [ - helper("../libcli/netlogon/netlogon.h", "../libcli/nbt/libnbt.h"), + helper("../libcli/netlogon/netlogon.h", "../libcli/nbt/libnbt.h", "../librpc/ndr/ndr_nbt.h"), helpstring("NBT messages"), uuid("6def41b6-86e4-4c32-997c-ed33af7bcd8e") ] |