aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/StorageCommands.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-12 21:46:32 +0100
committerMax Kellermann <max@duempel.org>2014-02-12 21:47:59 +0100
commit0935ae330abe4aca1b63d46eaaa2f8a67c06375f (patch)
treef17056f744f74a37ba5f588d7fd1a803ad984879 /src/command/StorageCommands.hxx
parent9e02b13ab3b26ca1da6b1df2cf6ad9e9b281b2e0 (diff)
downloadmpd-0935ae330abe4aca1b63d46eaaa2f8a67c06375f.tar.gz
mpd-0935ae330abe4aca1b63d46eaaa2f8a67c06375f.tar.xz
mpd-0935ae330abe4aca1b63d46eaaa2f8a67c06375f.zip
StorageCommands: add command "listmounts"
Diffstat (limited to 'src/command/StorageCommands.hxx')
-rw-r--r--src/command/StorageCommands.hxx3
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