aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/FileCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/command/FileCommands.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/FileCommands.hxx b/src/command/FileCommands.hxx
index b5bc7b8b2..9812fd362 100644
--- a/src/command/FileCommands.hxx
+++ b/src/command/FileCommands.hxx
@@ -23,12 +23,12 @@
#include "CommandResult.hxx"
class Client;
-template<typename T> struct ConstBuffer;
+class Request;
CommandResult
handle_listfiles_local(Client &client, const char *path_utf8);
CommandResult
-handle_read_comments(Client &client, ConstBuffer<const char *> args);
+handle_read_comments(Client &client, Request args);
#endif