Added slap_null_cb

This commit is contained in:
Howard Chu 2003-12-01 12:20:51 +00:00
parent 7b423b20b0
commit 77f8a2d72f

View File

@ -54,6 +54,14 @@ send_ldap_disconnect( Operation *op, SlapReply *rs )
assert(0);
}
int
slap_null_cb(
Operation *op, SlapReply *rs
)
{
assert(0);
}
void
slap_send_ldap_extended(
Operation *op, SlapReply *rs