aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagPrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TagPrint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TagPrint.hxx b/src/TagPrint.hxx
index 48bfc72cc..ccc0c9aa4 100644
--- a/src/TagPrint.hxx
+++ b/src/TagPrint.hxx
@@ -23,9 +23,9 @@
struct Tag;
class Client;
-void tag_print_types(Client *client);
+void tag_print_types(Client &client);
void
-tag_print(Client *client, const Tag &tag);
+tag_print(Client &client, const Tag &tag);
#endif