aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/NeighborCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/NeighborCommands.hxx')
-rw-r--r--src/command/NeighborCommands.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/command/NeighborCommands.hxx b/src/command/NeighborCommands.hxx
index 7fb309aeb..efe05c5ae 100644
--- a/src/command/NeighborCommands.hxx
+++ b/src/command/NeighborCommands.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
@@ -25,12 +25,14 @@
struct Instance;
class Client;
+class Request;
+class Response;
gcc_pure
bool
neighbor_commands_available(const Instance &instance);
CommandResult
-handle_listneighbors(Client &client, unsigned argc, char *argv[]);
+handle_listneighbors(Client &client, Request request, Response &response);
#endif