added display of tags
[ptask.git] / src / tw.h
index 18e3720..684c56f 100644 (file)
--- a/src/tw.h
+++ b/src/tw.h
@@ -30,6 +30,7 @@ struct task {
        char *priority;
        char *urgency;
        char *recur;
+       char **tags;
        struct tm *entry;
        struct tm *due;
        struct tm *start;