]> git.sur5r.net Git - openldap/commitdiff
Move extern schema_init_done outside of #ifdef SLAPD_SCHEMA_NOT_COMPAT
authorKurt Zeilenga <kurt@openldap.org>
Thu, 25 May 2000 02:09:59 +0000 (02:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 25 May 2000 02:09:59 +0000 (02:09 +0000)
servers/slapd/proto-slap.h

index 3338ebdc25326397046b59348bc7db0524bbe889..792dc525c5ecb6571a7d188af08fd22501562488 100644 (file)
@@ -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 *,