mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Move extern schema_init_done outside of #ifdef SLAPD_SCHEMA_NOT_COMPAT
This commit is contained in:
parent
89b09b020d
commit
1ae20e9b0c
@ -10,9 +10,9 @@
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
||||
LIBSLAPD_F( int ) schema_init_done;
|
||||
#ifdef SLAPD_SCHEMA_NOT_COMPAT
|
||||
LIBSLAPD_F( struct slap_internal_schema ) slap_schema;
|
||||
LIBSLAPD_F( int ) schema_init_done;
|
||||
|
||||
LIBSLAPD_F (int) slap_str2ad LDAP_P((
|
||||
const char *,
|
||||
|
Loading…
Reference in New Issue
Block a user