From 6139081a83e2b8a7ff15521589b72040da676bdc Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 2 Sep 2016 11:59:46 +0000 Subject: [PATCH 10/17] Ticket 48979 - Fix prototypes in repl5_prot_private.h https://fedorahosted.org/389/ticket/48979 Author: lslebodn Review by: ??? --- ldap/servers/plugins/replication/repl5_prot_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldap/servers/plugins/replication/repl5_prot_private.h b/ldap/servers/plugins/replication/repl5_prot_private.h index dd8a29c93037914b1fc8a551df2f04dfc94caf21..7d4b6484640693f83a37c8de2f8f1238e8e5baf0 100644 --- a/ldap/servers/plugins/replication/repl5_prot_private.h +++ b/ldap/servers/plugins/replication/repl5_prot_private.h @@ -48,8 +48,8 @@ typedef struct private_repl_protocol int repl90consumer; /* Flag to tell us if this is a 9.0-style consumer we're talking to */ } Private_Repl_Protocol; -extern Private_Repl_Protocol *Repl_5_Inc_Protocol_new(); -extern Private_Repl_Protocol *Repl_5_Tot_Protocol_new(); +extern Private_Repl_Protocol *Repl_5_Inc_Protocol_new(Repl_Protocol *rp); +extern Private_Repl_Protocol *Repl_5_Tot_Protocol_new(Repl_Protocol *rp); extern int repl5_tot_last_rcv_msgid(Repl_Connection *conn); extern int repl5_tot_flowcontrol_detection(Repl_Connection *conn, int increment); extern Private_Repl_Protocol *Windows_Inc_Protocol_new(Repl_Protocol *rp); -- 2.7.4