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.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/NeighborCommands.hxx b/src/command/NeighborCommands.hxx
index c077f5b61..efe05c5ae 100644
--- a/src/command/NeighborCommands.hxx
+++ b/src/command/NeighborCommands.hxx
@@ -26,12 +26,13 @@
struct Instance;
class Client;
class Request;
+class Response;
gcc_pure
bool
neighbor_commands_available(const Instance &instance);
CommandResult
-handle_listneighbors(Client &client, Request args);
+handle_listneighbors(Client &client, Request request, Response &response);
#endif