From 96afa8bd2ba44d6669949db5fce4fee5f826b753 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Feb 2014 19:02:23 +0100 Subject: command: add command "listfiles" Lists files and directories. Supports storage plugins. --- src/command/StorageCommands.hxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/command/StorageCommands.hxx') diff --git a/src/command/StorageCommands.hxx b/src/command/StorageCommands.hxx index 82470a0e2..905cd636e 100644 --- a/src/command/StorageCommands.hxx +++ b/src/command/StorageCommands.hxx @@ -23,6 +23,13 @@ #include "CommandResult.hxx" class Client; +class Storage; + +CommandResult +handle_listfiles_storage(Client &client, Storage &storage, const char *uri); + +CommandResult +handle_listfiles_storage(Client &client, const char *uri); CommandResult handle_listmounts(Client &client, int argc, char *argv[]); -- cgit v1.2.3