From df9667a4970e13f71571f12dfa2fa4ee5acde319 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 12 Feb 2014 21:45:04 +0100 Subject: StorageCommands: add command "unmount" --- src/command/StorageCommands.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/command/StorageCommands.hxx') diff --git a/src/command/StorageCommands.hxx b/src/command/StorageCommands.hxx index 33afda34a..82470a0e2 100644 --- a/src/command/StorageCommands.hxx +++ b/src/command/StorageCommands.hxx @@ -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 -- cgit v1.2.3