aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagPrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TagPrint.hxx')
-rw-r--r--src/TagPrint.hxx11
1 files changed, 6 insertions, 5 deletions
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