diff options
author | Max Kellermann <max@duempel.org> | 2014-02-12 21:46:32 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-12 21:47:59 +0100 |
commit | 0935ae330abe4aca1b63d46eaaa2f8a67c06375f (patch) | |
tree | f17056f744f74a37ba5f588d7fd1a803ad984879 /src/command/StorageCommands.hxx | |
parent | 9e02b13ab3b26ca1da6b1df2cf6ad9e9b281b2e0 (diff) | |
download | mpd-0935ae330abe4aca1b63d46eaaa2f8a67c06375f.tar.gz mpd-0935ae330abe4aca1b63d46eaaa2f8a67c06375f.tar.xz mpd-0935ae330abe4aca1b63d46eaaa2f8a67c06375f.zip |
StorageCommands: add command "listmounts"
Diffstat (limited to '')
-rw-r--r-- | src/command/StorageCommands.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command/StorageCommands.hxx b/src/command/StorageCommands.hxx index 588cf8ac2..33afda34a 100644 --- a/src/command/StorageCommands.hxx +++ b/src/command/StorageCommands.hxx @@ -25,6 +25,9 @@ class Client; CommandResult +handle_listmounts(Client &client, int argc, char *argv[]); + +CommandResult handle_mount(Client &client, int argc, char *argv[]); #endif |