diff options
Diffstat (limited to 'src/tag.h')
| -rw-r--r-- | src/tag.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |
