mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Cleanup BEGIN/END DECL
This commit is contained in:
parent
57feddec73
commit
45faac4dc1
2 changed files with 8 additions and 2 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue