diff --git a/daemon/main.c b/daemon/main.c index 110a2b69e..b43e1d9cd 100644 --- a/daemon/main.c +++ b/daemon/main.c @@ -538,7 +538,7 @@ static void init_everything() { } -void create_everything(struct main_context *ctx) { +static void create_everything(struct main_context *ctx) { struct callmaster_config mc; struct control_tcp *ct; struct control_udp *cu;