diff options
author | Max Kellermann <max@duempel.org> | 2015-02-07 12:15:10 +0000 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-02-07 12:15:10 +0000 |
commit | afcd5670e35d1ea00efb3458258df6497739ab1d (patch) | |
tree | fb2bebcdaffb5f7752994c663770b9a38a6c69b2 /src/Listen.hxx | |
parent | b17b53955c28ca479ab4b0f46c32ba461ace1211 (diff) |
Listen: remove C-style "void"
Diffstat (limited to 'src/Listen.hxx')
-rw-r--r-- | src/Listen.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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 |