]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/proto-slap.h
ITS#6132: Fix slapi_entry_has_children()
[openldap] / servers / slapd / proto-slap.h
index 0b86092a3814426fa43b12b0501748fce886f227..f8212bc7e8a906736cbc6b0d65ddcd2be5c8ff30 100644 (file)
@@ -759,7 +759,7 @@ LDAP_SLAPD_F (Connection *) connection_init LDAP_P((
 LDAP_SLAPD_F (void) connection_closing LDAP_P((
        Connection *c, const char *why ));
 LDAP_SLAPD_F (void) connection_hangup LDAP_P(( ber_socket_t fd ));
-LDAP_SLAPD_F (int) connection_state_closing LDAP_P(( Connection *c ));
+LDAP_SLAPD_F (int) connection_valid LDAP_P(( Connection *c ));
 LDAP_SLAPD_F (const char *) connection_state2str LDAP_P(( int state ))
        LDAP_GCCATTR((const));