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.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/command/TagCommands.hxx b/src/command/TagCommands.hxx
index 12d40b5a3..868d6d783 100644
--- a/src/command/TagCommands.hxx
+++ b/src/command/TagCommands.hxx
@@ -24,11 +24,12 @@
class Client;
class Request;
+class Response;
CommandResult
-handle_addtagid(Client &client, Request args);
+handle_addtagid(Client &client, Request request, Response &response);
CommandResult
-handle_cleartagid(Client &client, Request args);
+handle_cleartagid(Client &client, Request request, Response &response);
#endif