From 86e036c3933def22b6ff0eae5bcf9cd7103240e7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 13 Aug 2015 12:48:31 +0200 Subject: command: pass Response object to command callbacks --- src/command/StickerCommands.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/command/StickerCommands.hxx') 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 -- cgit v1.2.3