summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/replication/cl5_clcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/servers/plugins/replication/cl5_clcache.h')
-rw-r--r--ldap/servers/plugins/replication/cl5_clcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/replication/cl5_clcache.h b/ldap/servers/plugins/replication/cl5_clcache.h
index 8c9837e9..c096d55a 100644
--- a/ldap/servers/plugins/replication/cl5_clcache.h
+++ b/ldap/servers/plugins/replication/cl5_clcache.h
@@ -50,7 +50,7 @@
typedef struct clc_buffer CLC_Buffer;
int clcache_init ( DB_ENV **dbenv );
-void clcache_set_config ( CL5DBConfig * config );
+void clcache_set_config ();
int clcache_get_buffer ( CLC_Buffer **buf, DB *db, ReplicaId consumer_rid, const RUV *consumer_ruv, const RUV *local_ruv );
int clcache_load_buffer ( CLC_Buffer *buf, CSN *startCSN, int flag );
void clcache_return_buffer ( CLC_Buffer **buf );