]> git.sur5r.net Git - openldap/commitdiff
missing decl
authorPierangelo Masarati <ando@openldap.org>
Sun, 15 Oct 2006 18:03:25 +0000 (18:03 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 15 Oct 2006 18:03:25 +0000 (18:03 +0000)
servers/slapd/entry.c
servers/slapd/proto-slap.h

index 823d3fbd177ee068e09c6d89a212a4900e73ca19..e7c4222b7d8f3980f3cfd83b57e90c194183752d 100644 (file)
@@ -86,8 +86,8 @@ int entry_destroy(void)
        return attr_destroy();
 }
 
-
-int entry_init(void)
+int
+entry_init(void)
 {
        ldap_pvt_thread_mutex_init( &entry2str_mutex );
        ldap_pvt_thread_mutex_init( &entry_mutex );
index 61b2320e4188d35a21bf0b9e2546d78492db1729..a0cfa0674c961f61488fd384531733594100dc5d 100644 (file)
@@ -843,6 +843,7 @@ LDAP_SLAPD_F (int) register_certificate_map_function LDAP_P(( SLAP_CERT_MAP_FN *
  */
 LDAP_SLAPD_V (const Entry) slap_entry_root;
 
+LDAP_SLAPD_F (int) entry_init LDAP_P((void));
 LDAP_SLAPD_F (int) entry_destroy LDAP_P((void));
 
 LDAP_SLAPD_F (Entry *) str2entry LDAP_P(( char *s ));