From 0935ae330abe4aca1b63d46eaaa2f8a67c06375f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 12 Feb 2014 21:46:32 +0100 Subject: StorageCommands: add command "listmounts" --- 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 588cf8ac2..33afda34a 100644 --- a/src/command/StorageCommands.hxx +++ b/src/command/StorageCommands.hxx @@ -24,6 +24,9 @@ class Client; +CommandResult +handle_listmounts(Client &client, int argc, char *argv[]); + CommandResult handle_mount(Client &client, int argc, char *argv[]); -- cgit v1.2.3