aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagPrint.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TagPrint.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/TagPrint.cxx b/src/TagPrint.cxx
index 1191bd37c..0b096fdf7 100644
--- a/src/TagPrint.cxx
+++ b/src/TagPrint.cxx
@@ -35,6 +35,12 @@ void tag_print_types(Client &client)
}
}
+void
+tag_print(Client &client, TagType type, const char *value)
+{
+ client_printf(client, "%s: %s\n", tag_item_names[type], value);
+}
+
void tag_print(Client &client, const Tag &tag)
{
if (tag.time >= 0)