aboutsummaryrefslogtreecommitdiffstats
path: root/src/Listen.hxx
diff options
context:
space:
mode:
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 8be0999ea..d74c1d233 100644
--- a/src/Listen.hxx
+++ b/src/Listen.hxx
@@ -22,11 +22,12 @@
class EventLoop;
class Error;
+struct Partition;
extern int listen_port;
bool
-listen_global_init(EventLoop &loop, Error &error);
+listen_global_init(EventLoop &loop, Partition &partition, Error &error);
void listen_global_finish(void);