aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagPrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TagPrint.hxx')
-rw-r--r--src/TagPrint.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TagPrint.hxx b/src/TagPrint.hxx
index 20e7f3288..6675bb7d8 100644
--- a/src/TagPrint.hxx
+++ b/src/TagPrint.hxx
@@ -33,6 +33,9 @@ void
tag_print(Client &client, TagType type, const char *value);
void
+tag_print_values(Client &client, const Tag &tag);
+
+void
tag_print(Client &client, const Tag &tag);
#endif