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/tag.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/tag.h')
| -rw-r--r-- | src/tag.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/tag.h b/src/tag.h deleted file mode 100644 index a5d4f26..0000000 --- a/src/tag.h +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -#include "list.h" - -struct tag { - char *name, *fpath; - - struct list tracks; - - struct link link; -}; - -struct tag *tag_alloc(const char *path, const char *fname); -void tag_free(struct tag *tag); |
