summaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tag.h b/src/tag.h
index cf2c757..d7fd903 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -7,6 +7,10 @@ struct tag {
char *name;
char *fname, *fpath;
+ struct link tracks;
+
struct link link;
};
+struct tag *tag_init(const char *path, const char *fname);
+void tag_free(struct tag *tag);