diff options
author | Max Kellermann <max@duempel.org> | 2015-10-20 12:07:18 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-10-20 12:07:18 +0200 |
commit | 76f85e6f7bea6f286389caf96835f2cd61d0961b (patch) | |
tree | e26b3a6f13eaaa5883f3558ca8dd3b7b2714106f /src/command/DatabaseCommands.hxx | |
parent | 81ce684b35ca498ef5d8c738799284476f4573a0 (diff) |
command/DatabaseCommands: pass URI to handle_lsinfo2()
Diffstat (limited to 'src/command/DatabaseCommands.hxx')
-rw-r--r-- | src/command/DatabaseCommands.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/DatabaseCommands.hxx b/src/command/DatabaseCommands.hxx index 42dc75c71..660e147db 100644 --- a/src/command/DatabaseCommands.hxx +++ b/src/command/DatabaseCommands.hxx @@ -30,7 +30,7 @@ CommandResult handle_listfiles_db(Client &client, Response &r, const char *uri); CommandResult -handle_lsinfo2(Client &client, Request request, Response &response); +handle_lsinfo2(Client &client, const char *uri, Response &response); CommandResult handle_find(Client &client, Request request, Response &response); |