From 9aef30b0bc6eae8053969a6772d0dacadf0f6bab Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 22 Aug 2010 23:55:14 +0200 Subject: Implemented tag_get(). --- tag.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tag.h') 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 -- cgit v1.2.3