diff options
Diffstat (limited to 'src/command/StorageCommands.hxx')
-rw-r--r-- | src/command/StorageCommands.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
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 |