summaryrefslogtreecommitdiff
path: root/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'tag.h')
-rw-r--r--tag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag.h b/tag.h
index 279d2bd..004198a 100644
--- a/tag.h
+++ b/tag.h
@@ -20,5 +20,6 @@ struct tag {
void tag_list_all(const gchar *path);
struct tag *tag_read(const gchar *path);
+const gchar *tag_get(struct tag *tag, enum tag_type type);
#endif