aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/NeighborCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/command/NeighborCommands.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/NeighborCommands.hxx b/src/command/NeighborCommands.hxx
index c0f2a86b9..c077f5b61 100644
--- a/src/command/NeighborCommands.hxx
+++ b/src/command/NeighborCommands.hxx
@@ -25,13 +25,13 @@
struct Instance;
class Client;
-template<typename T> struct ConstBuffer;
+class Request;
gcc_pure
bool
neighbor_commands_available(const Instance &instance);
CommandResult
-handle_listneighbors(Client &client, ConstBuffer<const char *> args);
+handle_listneighbors(Client &client, Request args);
#endif