StorageCommands: add command "listmounts"

This commit is contained in:
Max Kellermann
2014-02-12 21:46:32 +01:00
parent 9e02b13ab3
commit 0935ae330a
4 changed files with 86 additions and 0 deletions

View File

@@ -24,6 +24,9 @@
class Client;
CommandResult
handle_listmounts(Client &client, int argc, char *argv[]);
CommandResult
handle_mount(Client &client, int argc, char *argv[]);