From 2ffca7de4ef14aa03bc5a855005edbc9849862a7 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 26 Mar 2012 19:16:29 +0200 Subject: Move around some structure fields --- src/protocol_null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol_null.c') diff --git a/src/protocol_null.c b/src/protocol_null.c index 9bbe667..4772739 100644 --- a/src/protocol_null.c +++ b/src/protocol_null.c @@ -34,7 +34,7 @@ #include -static void protocol_init(fastd_context *ctx) { +static void protocol_init(fastd_context *ctx, fastd_config *conf) { if (ctx->conf->n_floating > 1) exit_error(ctx, "with protocol `null' use can't define more than one floating peer"); } -- cgit v1.2.3