aboutsummaryrefslogtreecommitdiffstats
path: root/src/Listen.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Listen.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Listen.hxx b/src/Listen.hxx
index a6fdb2f1c..8be0999ea 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,13 @@
#ifndef MPD_LISTEN_HXX
#define MPD_LISTEN_HXX
+class EventLoop;
class Error;
extern int listen_port;
bool
-listen_global_init(Error &error);
+listen_global_init(EventLoop &loop, Error &error);
void listen_global_finish(void);