aboutsummaryrefslogtreecommitdiffstats
path: root/src/Listen.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-02-07 12:15:10 +0000
committerMax Kellermann <max@duempel.org>2015-02-07 12:15:10 +0000
commitafcd5670e35d1ea00efb3458258df6497739ab1d (patch)
treefb2bebcdaffb5f7752994c663770b9a38a6c69b2 /src/Listen.hxx
parentb17b53955c28ca479ab4b0f46c32ba461ace1211 (diff)
downloadmpd-afcd5670e35d1ea00efb3458258df6497739ab1d.tar.gz
mpd-afcd5670e35d1ea00efb3458258df6497739ab1d.tar.xz
mpd-afcd5670e35d1ea00efb3458258df6497739ab1d.zip
Listen: remove C-style "void"
Diffstat (limited to 'src/Listen.hxx')
-rw-r--r--src/Listen.hxx3
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