From 0f92d021a1dc2992352b635846428229d2c9ffbb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 11 Aug 2015 22:11:28 +0200 Subject: command/Request: new struct wrapping ConstBuffer --- src/command/StorageCommands.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/command/StorageCommands.hxx') diff --git a/src/command/StorageCommands.hxx b/src/command/StorageCommands.hxx index 4a96b4058..f5f962042 100644 --- a/src/command/StorageCommands.hxx +++ b/src/command/StorageCommands.hxx @@ -24,7 +24,7 @@ class Client; class Storage; -template struct ConstBuffer; +class Request; CommandResult handle_listfiles_storage(Client &client, Storage &storage, const char *uri); @@ -33,12 +33,12 @@ CommandResult handle_listfiles_storage(Client &client, const char *uri); CommandResult -handle_listmounts(Client &client, ConstBuffer args); +handle_listmounts(Client &client, Request args); CommandResult -handle_mount(Client &client, ConstBuffer args); +handle_mount(Client &client, Request args); CommandResult -handle_unmount(Client &client, ConstBuffer args); +handle_unmount(Client &client, Request args); #endif -- cgit v1.2.3