From afcd5670e35d1ea00efb3458258df6497739ab1d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 7 Feb 2015 12:15:10 +0000 Subject: Listen: remove C-style "void" --- src/Listen.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Listen.hxx b/src/Listen.hxx index b644c3a8d..1e24d47f8 100644 --- a/src/Listen.hxx +++ b/src/Listen.hxx @@ -29,6 +29,7 @@ extern int listen_port; bool listen_global_init(EventLoop &loop, Partition &partition, Error &error); -void listen_global_finish(void); +void +listen_global_finish(); #endif -- cgit v1.2.3