aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/StickerCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/StickerCommands.hxx')
-rw-r--r--src/command/StickerCommands.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/StickerCommands.hxx b/src/command/StickerCommands.hxx
index 51682d29f..5bb9cc426 100644
--- a/src/command/StickerCommands.hxx
+++ b/src/command/StickerCommands.hxx
@@ -24,8 +24,9 @@
class Client;
class Request;
+class Response;
CommandResult
-handle_sticker(Client &client, Request args);
+handle_sticker(Client &client, Request request, Response &response);
#endif