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 748838e68..bc813b151 100644
--- a/src/command/TagCommands.hxx
+++ b/src/command/TagCommands.hxx
@@ -23,11 +23,12 @@
#include "CommandResult.hxx"
class Client;
+template<typename T> struct ConstBuffer;
CommandResult
-handle_addtagid(Client &client, unsigned argc, char *argv[]);
+handle_addtagid(Client &client, ConstBuffer<const char *> args);
CommandResult
-handle_cleartagid(Client &client, unsigned argc, char *argv[]);
+handle_cleartagid(Client &client, ConstBuffer<const char *> args);
#endif