Skip to content
Snippets Groups Projects
Commit 890a3cc3 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Update entry release to new prototype

parent f8d9bffb
Branches
Tags
No related merge requests found
......@@ -20,6 +20,8 @@
int
ldbm_back_entry_release_rw(
Backend *be,
Connection *conn,
Operation *op,
Entry *e,
int rw
)
......
......@@ -86,7 +86,9 @@ Entry * dn2entry_rw LDAP_P(( Backend *be, const char *dn, Entry **matched, int r
/*
* entry.c
*/
int ldbm_back_entry_release_rw LDAP_P(( Backend *be, Entry *e, int rw ));
int ldbm_back_entry_release_rw LDAP_P(( Backend *be,
Connection *conn, Operation *op,
Entry *e, int rw ));
/*
* filterindex.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment