summaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-01-26 17:34:30 +0100
committerLouis Burda <quent.burda@gmail.com>2022-01-26 17:34:30 +0100
commit231398ebfff82c68ac33205da6fd957ec1e5cf09 (patch)
treec2b72f587a82a807cd3501bb3ffb76dd33392b92 /src/tag.h
parent852d8efa882fe80718d63352b5432d2a04c2de74 (diff)
downloadtmus-231398ebfff82c68ac33205da6fd957ec1e5cf09.tar.gz
tmus-231398ebfff82c68ac33205da6fd957ec1e5cf09.zip
Added index files, fixed cmd input bugs
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tag.h b/src/tag.h
index 3b820f2..ca583bb 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -7,6 +7,8 @@ struct tag {
wchar_t *name;
char *fname, *fpath;
+ char *new_fname;
+
struct link tracks;
struct link link;