aboutsummaryrefslogtreecommitdiffstats
path: root/src/Listen.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Listen.hxx')
-rw-r--r--src/Listen.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Listen.hxx b/src/Listen.hxx
index d74c1d233..1e24d47f8 100644
--- a/src/Listen.hxx
+++ b/src/Listen.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -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