From 74276226253fe5aa5cad83461348be66b5061655 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 19 Aug 2009 09:25:25 +0000 Subject: [PATCH] s/new/anew/ avoid C++ keyword --- servers/slapd/proto-slap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )); -- 2.39.5