X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Ftw.h;h=684c56f547620e9bc1592650fea07097c9d1eb38;hp=6790b96044a31e9eed6c1c2be8f45b8abcecc7df;hb=22c097c6297f97ecf0cce9f8cc56fac7bc56f4ae;hpb=aa682bbdcf2eb58dde602660750f5023688d3ace diff --git a/src/tw.h b/src/tw.h index 6790b96..684c56f 100644 --- a/src/tw.h +++ b/src/tw.h @@ -29,6 +29,8 @@ struct task { char *project; char *priority; char *urgency; + char *recur; + char **tags; struct tm *entry; struct tm *due; struct tm *start;