From: Kurt Zeilenga Date: Tue, 23 Nov 1999 23:07:00 +0000 (+0000) Subject: Cleanup BEGIN/END DECL X-Git-Tag: UCDATA_2_4~170 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=45faac4dc12a81c641d6b2bb0af8ced3324d5bbb;p=openldap Cleanup BEGIN/END DECL --- diff --git a/include/lber_types.h.in b/include/lber_types.h.in index 218202e685..6595afc15f 100644 --- a/include/lber_types.h.in +++ b/include/lber_types.h.in @@ -9,8 +9,6 @@ * in file LICENSE in the top-level directory of the distribution. */ -#include - /* * LBER types */ @@ -18,6 +16,8 @@ #ifndef _LBER_TYPES_H #define _LBER_TYPES_H +#include + LDAP_BEGIN_DECL /* LBER boolean, enum, integers (32 bits or larger) */ diff --git a/include/lber_types.nt b/include/lber_types.nt index a0447cf09c..26478ac615 100644 --- a/include/lber_types.nt +++ b/include/lber_types.nt @@ -17,6 +17,10 @@ #ifndef _LBER_TYPES_H #define _LBER_TYPES_H +#include + +LDAP_BEGIN_DECL + /* * NT types: * @@ -63,4 +67,6 @@ typedef unsigned LBER_LEN_T ber_len_t; /* signed lengths */ typedef signed LBER_LEN_T ber_slen_t; +LDAP_END_DECL + #endif /* _LBER_TYPES_H */