StorageCommands: add command "unmount"

This commit is contained in:
Max Kellermann
2014-02-12 21:45:04 +01:00
parent e3e2ad4ae5
commit df9667a497
3 changed files with 33 additions and 0 deletions

View File

@@ -30,4 +30,7 @@ handle_listmounts(Client &client, int argc, char *argv[]);
CommandResult
handle_mount(Client &client, int argc, char *argv[]);
CommandResult
handle_unmount(Client &client, int argc, char *argv[]);
#endif