syncinfo_t *, LDAP *, Operation *, struct berval *,
struct berval * ));
LDAP_SLAPD_F (char **) str2clist LDAP_P(( char ***, char *, const char * ));
+
+LDAP_SLAPD_F (void) syncrepl_add_glue LDAP_P(( syncinfo_t *, LDAP *, Operation*, Entry*,
+ Modifications*, int, struct berval*, struct berval* ));
#endif
LDAP_END_DECL
static void
syncrepl_del_nonpresent( syncinfo_t *, LDAP *, Operation * );
-static void
-syncrepl_add_glue( syncinfo_t *, LDAP *, Operation*, Entry*, Modifications*,
- int, struct berval*, struct berval* );
-
static int
slap_mods_check_syncrepl( syncinfo_t *, Operation *, Modifications **,
const char **, char *, size_t, void *ctx );
}
-static void
+void
syncrepl_add_glue(
syncinfo_t *si,
LDAP *ld,
{
return NULL;
}
+
+void syncrepl_add_glue( syncinfo_t *si, LDAP *ld, Operation *op, Entry *e,
+ Modifications *modlist, int syncstate, struct berval* syncUUID,
+ struct berval* syncCookie )
+{
+ return;
+}
#endif