summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/replication/repl5.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/plugins/replication/repl5.h')
-rw-r--r--ldap/servers/plugins/replication/repl5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/replication/repl5.h b/ldap/servers/plugins/replication/repl5.h
index c6859ddb..6be21ceb 100644
--- a/ldap/servers/plugins/replication/repl5.h
+++ b/ldap/servers/plugins/replication/repl5.h
@@ -319,8 +319,8 @@ char **agmt_validate_replicated_attributes(Repl_Agmt *ra);
void* agmt_get_priv (const Repl_Agmt *agmt);
void agmt_set_priv (Repl_Agmt *agmt, void* priv);
-
int get_agmt_agreement_type ( Repl_Agmt *agmt);
+int agmt_has_protocol(Repl_Agmt *agmt);
typedef struct replica Replica;