diff options
Diffstat (limited to 'src/command/StickerCommands.hxx')
-rw-r--r-- | src/command/StickerCommands.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/command/StickerCommands.hxx b/src/command/StickerCommands.hxx index cf46cd034..8b7a8f7bf 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,9 @@ #include "CommandResult.hxx" class Client; +template<typename T> struct ConstBuffer; CommandResult -handle_sticker(Client &client, unsigned argc, char *argv[]); +handle_sticker(Client &client, ConstBuffer<const char *> args); #endif |