aboutsummaryrefslogtreecommitdiffstats
path: root/src/Listen.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Listen.hxx')
-rw-r--r--src/Listen.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Listen.hxx b/src/Listen.hxx
index a6fdb2f1c..d74c1d233 100644
--- a/src/Listen.hxx
+++ b/src/Listen.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2013 The Music Player Daemon Project
+ * Copyright (C) 2003-2014 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -20,12 +20,14 @@
#ifndef MPD_LISTEN_HXX
#define MPD_LISTEN_HXX
+class EventLoop;
class Error;
+struct Partition;
extern int listen_port;
bool
-listen_global_init(Error &error);
+listen_global_init(EventLoop &loop, Partition &partition, Error &error);
void listen_global_finish(void);