From 7652a2986b0d0ad55b2776685130f1c68d7108c7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 6 Aug 2015 22:10:25 +0200 Subject: client/Response: new Client wrapper class for writing responses --- src/TagPrint.hxx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/TagPrint.hxx') diff --git a/src/TagPrint.hxx b/src/TagPrint.hxx index 70cb6323a..30405638e 100644 --- a/src/TagPrint.hxx +++ b/src/TagPrint.hxx @@ -25,17 +25,18 @@ enum TagType : uint8_t; struct Tag; -class Client; +class Response; -void tag_print_types(Client &client); +void +tag_print_types(Response &response); void -tag_print(Client &client, TagType type, const char *value); +tag_print(Response &response, TagType type, const char *value); void -tag_print_values(Client &client, const Tag &tag); +tag_print_values(Response &response, const Tag &tag); void -tag_print(Client &client, const Tag &tag); +tag_print(Response &response, const Tag &tag); #endif -- cgit v1.2.3