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.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/command/StickerCommands.hxx b/src/command/StickerCommands.hxx
index cf46cd034..5bb9cc426 100644
--- a/src/command/StickerCommands.hxx
+++ b/src/command/StickerCommands.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -23,8 +23,10 @@
#include "CommandResult.hxx"
class Client;
+class Request;
+class Response;
CommandResult
-handle_sticker(Client &client, unsigned argc, char *argv[]);
+handle_sticker(Client &client, Request request, Response &response);
#endif