]> git.sur5r.net Git - openldap/commitdiff
s/new/anew/ avoid C++ keyword
authorHoward Chu <hyc@openldap.org>
Wed, 19 Aug 2009 09:25:25 +0000 (09:25 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 19 Aug 2009 09:25:25 +0000 (09:25 +0000)
servers/slapd/proto-slap.h

index bdae077569bed5abfd81a452e6d52e045f3fa74d..5f5bc14a6b7306fda2398311c8c4fb6fae729a1e 100644 (file)
@@ -1781,7 +1781,7 @@ LDAP_SLAPD_F (Filter *) str2filter_x LDAP_P(( Operation *op, const char *str ));
 LDAP_SLAPD_F (int)  syncrepl_add_glue LDAP_P(( 
                                        Operation*, Entry* ));
 LDAP_SLAPD_F (void) syncrepl_diff_entry LDAP_P((
-       Operation *op, Attribute *old, Attribute *new,
+       Operation *op, Attribute *old, Attribute *anew,
        Modifications **mods, Modifications **ml, int is_ctx ));
 LDAP_SLAPD_F (void) syncinfo_free LDAP_P(( struct syncinfo_s *, int all ));