aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/StorageCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/StorageCommands.hxx')
-rw-r--r--src/command/StorageCommands.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command/StorageCommands.hxx b/src/command/StorageCommands.hxx
index 588cf8ac2..33afda34a 100644
--- a/src/command/StorageCommands.hxx
+++ b/src/command/StorageCommands.hxx
@@ -25,6 +25,9 @@
class Client;
CommandResult
+handle_listmounts(Client &client, int argc, char *argv[]);
+
+CommandResult
handle_mount(Client &client, int argc, char *argv[]);
#endif