summaryrefslogtreecommitdiffstats
path: root/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'tag.h')
-rw-r--r--tag.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tag.h b/tag.h
deleted file mode 100644
index 4854cfb..0000000
--- a/tag.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include "link.h"
-#include "util.h"
-
-struct tag {
- char *name;
- char *fname, *fpath;
-
- struct link link;
-};
-