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/DatabaseCommands.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/command/DatabaseCommands.hxx') diff --git a/src/command/DatabaseCommands.hxx b/src/command/DatabaseCommands.hxx index 8678f19c8..7a9c68ffe 100644 --- a/src/command/DatabaseCommands.hxx +++ b/src/command/DatabaseCommands.hxx @@ -24,6 +24,9 @@ class Client; +CommandResult +handle_listfiles_db(Client &client, const char *uri); + CommandResult handle_lsinfo2(Client &client, int argc, char *argv[]); -- cgit v1.2.3