From 961c7d0f7853d28eddffd74d4a874c3e6a85ee9c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 25 Oct 2013 00:11:10 +0200 Subject: OtherCommands: re-add the "volume" command This command was removed by commit 206392ad (MPD 0.16), even though it was been proven useful for some very simple clients. On request, I add it to the protocol again. --- src/command/OtherCommands.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/command/OtherCommands.hxx') diff --git a/src/command/OtherCommands.hxx b/src/command/OtherCommands.hxx index fe3e145c4..20201e8b9 100644 --- a/src/command/OtherCommands.hxx +++ b/src/command/OtherCommands.hxx @@ -51,6 +51,9 @@ handle_rescan(Client &client, int argc, char *argv[]); CommandResult handle_setvol(Client &client, int argc, char *argv[]); +CommandResult +handle_volume(Client &client, int argc, char *argv[]); + CommandResult handle_stats(Client &client, int argc, char *argv[]); -- cgit v1.2.3