Added conn and op arguments to group backend callback.

This commit is contained in:
Mark Valence 2000-10-11 16:35:14 +00:00
parent d8d9bec087
commit 8130d0e883
2 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,8 @@ extern int ldap_back_abandon LDAP_P(( BackendDB *bd,
Connection *conn, Operation *op, int msgid ));
extern int ldap_back_group LDAP_P(( BackendDB *bd,
Connection *conn,
Operation *op,
Entry *target,
const char* gr_ndn,
const char* op_ndn,

View File

@ -23,6 +23,8 @@
int
ldap_back_group(
Backend *be,
Connection *conn,
Operation *op,
Entry *target,
const char *gr_ndn,
const char *op_ndn,