summaryrefslogtreecommitdiffstats
path: root/tags.h
diff options
context:
space:
mode:
Diffstat (limited to 'tags.h')
-rw-r--r--tags.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tags.h b/tags.h
index 4889686..b140ef3 100644
--- a/tags.h
+++ b/tags.h
@@ -26,6 +26,8 @@ typedef enum {
TAG_UL,
} tag_type;
+#define TAGLEN 18
+
static const struct {
const char *name;
tag_type tag;