aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/AllCommands.cxx
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/AllCommands.cxx
parent9e02b13ab3b26ca1da6b1df2cf6ad9e9b281b2e0 (diff)
downloadmpd-0935ae330abe4aca1b63d46eaaa2f8a67c06375f.tar.gz
mpd-0935ae330abe4aca1b63d46eaaa2f8a67c06375f.tar.xz
mpd-0935ae330abe4aca1b63d46eaaa2f8a67c06375f.zip
StorageCommands: add command "listmounts"
Diffstat (limited to '')
-rw-r--r--src/command/AllCommands.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/AllCommands.cxx b/src/command/AllCommands.cxx
index 793a78078..a27bfd79c 100644
--- a/src/command/AllCommands.cxx
+++ b/src/command/AllCommands.cxx
@@ -107,6 +107,7 @@ static const struct command commands[] = {
{ "list", PERMISSION_READ, 1, -1, handle_list },
{ "listall", PERMISSION_READ, 0, 1, handle_listall },
{ "listallinfo", PERMISSION_READ, 0, 1, handle_listallinfo },
+ { "listmounts", PERMISSION_READ, 0, 0, handle_listmounts },
#endif
#ifdef ENABLE_NEIGHBOR_PLUGINS
{ "listneighbors", PERMISSION_READ, 0, 0, handle_listneighbors },