ITS #2766 (remove slap_syncrepl_bvc & slap_syncrepl_cn_bvc from proto-slap.h)

This commit is contained in:
Jong Hyuk Choi 2003-10-14 20:40:44 +00:00
parent 13f981fdd4
commit 9d59b5a41c

View File

@ -1175,9 +1175,6 @@ LDAP_SLAPD_F (int) do_extended LDAP_P((Operation *op, SlapReply *rs));
* syncrepl.c
*/
LDAP_SLAPD_V( const struct berval ) slap_syncrepl_bvc;
LDAP_SLAPD_V( const struct berval ) slap_syncrepl_cn_bvc;
LDAP_SLAPD_V (struct runqueue_s) syncrepl_rq;
LDAP_SLAPD_F (void) init_syncrepl LDAP_P(());