From: Howard Chu Date: Wed, 19 Aug 2009 09:25:25 +0000 (+0000) Subject: s/new/anew/ avoid C++ keyword X-Git-Tag: ACLCHECK_0~285 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=74276226253fe5aa5cad83461348be66b5061655;p=openldap s/new/anew/ avoid C++ keyword --- diff --git a/servers/slapd/proto-slap.h b/servers/slapd/proto-slap.h index bdae077569..5f5bc14a6b 100644 --- a/servers/slapd/proto-slap.h +++ b/servers/slapd/proto-slap.h @@ -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 ));