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/FileCommands.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command/FileCommands.hxx') diff --git a/src/command/FileCommands.hxx b/src/command/FileCommands.hxx index b5bc7b8b2..9812fd362 100644 --- a/src/command/FileCommands.hxx +++ b/src/command/FileCommands.hxx @@ -23,12 +23,12 @@ #include "CommandResult.hxx" class Client; -template struct ConstBuffer; +class Request; CommandResult handle_listfiles_local(Client &client, const char *path_utf8); CommandResult -handle_read_comments(Client &client, ConstBuffer args); +handle_read_comments(Client &client, Request args); #endif -- cgit v1.2.3