summaryrefslogtreecommitdiff
path: root/src/command/StorageCommands.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-02-10 21:46:07 +0100
committerMax Kellermann <max@musicpd.org>2017-02-10 22:25:06 +0100
commit5e081de14ab2c5c693d5bf8202f21b2ca77416e2 (patch)
tree5621c958819e0e03dbf73e42566ae4d3e10f50e5 /src/command/StorageCommands.hxx
parentd1456ae039465dce44516624c1d44ee02b9f7613 (diff)
IOThread: move EventThread instance into struct Instance
Eliminate global variables.
Diffstat (limited to 'src/command/StorageCommands.hxx')
-rw-r--r--src/command/StorageCommands.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/StorageCommands.hxx b/src/command/StorageCommands.hxx
index 9765c8412..9d2c34264 100644
--- a/src/command/StorageCommands.hxx
+++ b/src/command/StorageCommands.hxx
@@ -31,7 +31,7 @@ CommandResult
handle_listfiles_storage(Response &r, Storage &storage, const char *uri);
CommandResult
-handle_listfiles_storage(Response &r, const char *uri);
+handle_listfiles_storage(Client &client, Response &r, const char *uri);
CommandResult
handle_listmounts(Client &client, Request request, Response &response);