summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/nbt.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-14 00:12:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:14 -0500
commit9865048bf41acff37d021a0773347d36bcac3798 (patch)
tree1e40452cd7124806c75e8edbbea72d72eb7c14eb /source4/librpc/idl/nbt.idl
parent2b06074b2561ba60d680655149dcfc8b12517976 (diff)
downloadsamba-9865048bf41acff37d021a0773347d36bcac3798.tar.gz
samba-9865048bf41acff37d021a0773347d36bcac3798.tar.bz2
samba-9865048bf41acff37d021a0773347d36bcac3798.zip
r14361: Support 'helper' attribute in pidl and use it.
Remove some headers from include/includes.h (they're now only included in the file they are used) (This used to be commit 7213b7498eacac2c2cd03cf6aace376ce153cc7c)
Diffstat (limited to 'source4/librpc/idl/nbt.idl')
-rw-r--r--source4/librpc/idl/nbt.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl
index d62273e8cf..a948a79ff1 100644
--- a/source4/librpc/idl/nbt.idl
+++ b/source4/librpc/idl/nbt.idl
@@ -9,7 +9,8 @@
*/
[
- depends(security,svcctl)
+ depends(security,svcctl),
+ helper("libcli/nbt/nbtname.h")
] interface nbt
{
const int NBT_NAME_SERVICE_PORT = 137;