summaryrefslogtreecommitdiffstats
path: root/track.h
diff options
context:
space:
mode:
Diffstat (limited to 'track.h')
-rw-r--r--track.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/track.h b/track.h
deleted file mode 100644
index 7a2a142..0000000
--- a/track.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-#include "list.h"
-#include "util.h"
-
-
-struct track {
- wchar_t *name;
- struct link tags;
- char *fname, *fpath;
-
- struct link link;
-};
-
-struct track *track_init(const char *dir, const char *file);
-void track_free(struct track *t);