]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/alock.h
Forced commit, partially revert prev commit
[openldap] / servers / slapd / alock.h
index 0f78fffdd0ef1196475e5f96d7a467990eff5121..947bc2b308e62860ae945b61eb18ab9cc6f5aabc 100644 (file)
@@ -66,7 +66,7 @@ typedef struct alock_slot {
 LDAP_SLAPD_F (int) alock_open LDAP_P(( alock_info_t * info, const char * appname,
        const char * envdir, int locktype ));
 LDAP_SLAPD_F (int) alock_scan LDAP_P(( alock_info_t * info ));
-LDAP_SLAPD_F (int) alock_close LDAP_P(( alock_info_t * info ));
+LDAP_SLAPD_F (int) alock_close LDAP_P(( alock_info_t * info, int nosave ));
 LDAP_SLAPD_F (int) alock_recover LDAP_P(( alock_info_t * info ));
 
 LDAP_END_DECL