aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/TagCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/TagCommands.hxx')
-rw-r--r--src/command/TagCommands.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command/TagCommands.hxx b/src/command/TagCommands.hxx
index ee7c27bb9..12d40b5a3 100644
--- a/src/command/TagCommands.hxx
+++ b/src/command/TagCommands.hxx
@@ -23,12 +23,12 @@
#include "CommandResult.hxx"
class Client;
-template<typename T> struct ConstBuffer;
+class Request;
CommandResult
-handle_addtagid(Client &client, ConstBuffer<const char *> args);
+handle_addtagid(Client &client, Request args);
CommandResult
-handle_cleartagid(Client &client, ConstBuffer<const char *> args);
+handle_cleartagid(Client &client, Request args);
#endif