From f07580d31d1148c4a1811c36b09ca0ad50d9576b Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Mon, 20 Dec 2021 16:25:43 +0100 Subject: Restructured repository and added automatic make dependency generation --- src/tag.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/tag.h (limited to 'src/tag.h') diff --git a/src/tag.h b/src/tag.h new file mode 100644 index 0000000..cf2c757 --- /dev/null +++ b/src/tag.h @@ -0,0 +1,12 @@ +#pragma once + +#include "list.h" +#include "util.h" + +struct tag { + char *name; + char *fname, *fpath; + + struct link link; +}; + -- cgit v1.2.3-71-gd317