summaryrefslogtreecommitdiff
path: root/tag.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-22 23:55:14 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-22 23:55:14 +0200
commit9aef30b0bc6eae8053969a6772d0dacadf0f6bab (patch)
tree29a15af3a4f47a59b60f17de6c7b7a2443df64ce /tag.h
parent62a18a9e2bf67a83db4599459c55781d88e10e55 (diff)
Implemented tag_get().
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