From 66dd37c0018bd958ea1a644e3552bce66b13f658 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Sun, 27 Feb 2022 13:59:28 +0100 Subject: Switch from mostly ref based tracking to multi-link architecture --- src/tag.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/tag.h (limited to 'src/tag.h') 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); -- cgit v1.2.3-71-gd317