diff options
| author | Louis Burda <quent.burda@gmail.com> | 2022-02-27 13:59:28 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2022-02-27 13:59:28 +0100 |
| commit | 66dd37c0018bd958ea1a644e3552bce66b13f658 (patch) | |
| tree | a55e352da7926abc235a1e1c040f64f2c5a4c388 /src/track.h | |
| parent | 5d8e3d19823a3c193b0ad4e8d8fd3ccdf8f77c80 (diff) | |
| download | tmus-66dd37c0018bd958ea1a644e3552bce66b13f658.tar.gz tmus-66dd37c0018bd958ea1a644e3552bce66b13f658.zip | |
Switch from mostly ref based tracking to multi-link architecture
Diffstat (limited to 'src/track.h')
| -rw-r--r-- | src/track.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/track.h b/src/track.h deleted file mode 100644 index 39c5e2a..0000000 --- a/src/track.h +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once - -#include "list.h" -#include "util.h" - -struct track { - char *name, *fpath; - struct list tags; - int fid; -}; - -struct track *track_alloc(const char *dir, const char *file, int fid); -void track_free(struct track *t); |
