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 7bad946b4..64a7fe120 100644
--- a/src/command/NeighborCommands.hxx
+++ b/src/command/NeighborCommands.hxx
@@ -23,11 +23,12 @@
#include "CommandResult.hxx"
#include "Compiler.h"
+struct Instance;
class Client;
gcc_pure
bool
-neighbor_commands_available();
+neighbor_commands_available(const Instance &instance);
CommandResult
handle_listneighbors(Client &client, int argc, char *argv[]);