From 2cd5ca7d25f12aa9198bf8c2deb6aea282f573ee Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 28 Dec 2005 15:38:36 +0000 Subject: r12542: Move some more prototypes out to seperate headers (This used to be commit 0aca5fd5130d980d07398f3291d294202aefe3c2) --- source4/libcli/nbt/libnbt.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/libcli/nbt/libnbt.h') diff --git a/source4/libcli/nbt/libnbt.h b/source4/libcli/nbt/libnbt.h index 218b5e5921..7c9e3e9651 100644 --- a/source4/libcli/nbt/libnbt.h +++ b/source4/libcli/nbt/libnbt.h @@ -20,6 +20,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#ifndef __LIBNBT_H__ +#define __LIBNBT_H__ + #include "librpc/gen_ndr/ndr_nbt.h" /* @@ -267,3 +270,7 @@ struct nbt_name_release { uint8_t rcode; } out; }; + +#include "libcli/nbt/nbt_proto.h" + +#endif /* __LIBNBT_H__ */ -- cgit