mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
fix ITS#3391
This commit is contained in:
parent
9cff3e39d8
commit
cd35386935
1 changed files with 3 additions and 3 deletions
|
|
@ -18,8 +18,8 @@
|
|||
* Masarati.
|
||||
*/
|
||||
|
||||
#ifndef _LDAP_EXTERNAL_H
|
||||
#define _LDAP_EXTERNAL_H
|
||||
#ifndef PROTO_LDAP_H
|
||||
#define PROTO_LDAP_H
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
||||
|
|
@ -48,4 +48,4 @@ extern BI_entry_get_rw ldap_back_entry_get;
|
|||
|
||||
LDAP_END_DECL
|
||||
|
||||
#endif /* _LDAP_EXTERNAL_H */
|
||||
#endif /* PROTO_LDAP_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue