diff options
author | Max Kellermann <max@duempel.org> | 2013-08-04 23:20:56 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-04 23:21:23 +0200 |
commit | 9e715089a4279d08b7cc8d7fbdb3eb8696230e65 (patch) | |
tree | e075d02a6355e58d2241109eb30009b6b5baa2bc /src/OutputCommands.hxx | |
parent | 1a852bc365971960b0c8fd180f71a14396c81d8c (diff) | |
download | mpd-9e715089a4279d08b7cc8d7fbdb3eb8696230e65.tar.gz mpd-9e715089a4279d08b7cc8d7fbdb3eb8696230e65.tar.xz mpd-9e715089a4279d08b7cc8d7fbdb3eb8696230e65.zip |
Commands: new command "toggleoutput"
Diffstat (limited to '')
-rw-r--r-- | src/OutputCommands.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OutputCommands.hxx b/src/OutputCommands.hxx index 4f7082bfb..5642a0680 100644 --- a/src/OutputCommands.hxx +++ b/src/OutputCommands.hxx @@ -31,6 +31,9 @@ enum command_return handle_disableoutput(Client *client, int argc, char *argv[]); enum command_return +handle_toggleoutput(Client *client, int argc, char *argv[]); + +enum command_return handle_devices(Client *client, int argc, char *argv[]); #endif |