summaryrefslogtreecommitdiff
path: root/source4/cluster/cluster.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/cluster/cluster.c')
-rw-r--r--source4/cluster/cluster.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/cluster/cluster.c b/source4/cluster/cluster.c
index ea800d2f62..4be52b8233 100644
--- a/source4/cluster/cluster.c
+++ b/source4/cluster/cluster.c
@@ -80,8 +80,7 @@ struct tdb_wrap *cluster_tdb_tmp_open(TALLOC_CTX *mem_ctx, const char *dbname, i
register a callback function for a messaging endpoint
*/
NTSTATUS cluster_message_init(struct messaging_context *msg, struct server_id server,
- void (*handler)(struct messaging_context *,
- struct server_id, uint32_t, DATA_BLOB))
+ cluster_message_fn_t handler)
{
cluster_init();
return ops->message_init(ops, msg, server, handler);