Cleanup BEGIN/END DECL

This commit is contained in:
Kurt Zeilenga 1999-11-23 23:07:00 +00:00
parent 57feddec73
commit 45faac4dc1
2 changed files with 8 additions and 2 deletions

View file

@ -9,8 +9,6 @@
* in file LICENSE in the top-level directory of the distribution.
*/
#include <ldap_cdefs.h>
/*
* LBER types
*/
@ -18,6 +16,8 @@
#ifndef _LBER_TYPES_H
#define _LBER_TYPES_H
#include <ldap_cdefs.h>
LDAP_BEGIN_DECL
/* LBER boolean, enum, integers (32 bits or larger) */

View file

@ -17,6 +17,10 @@
#ifndef _LBER_TYPES_H
#define _LBER_TYPES_H
#include <ldap_cdefs.h>
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 */