added -f option to force usage of an unsupported version of taskwarrior
[ptask.git] / src / tw.h
index 6790b96..66f3c57 100644 (file)
--- 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;
@@ -52,4 +54,7 @@ void tw_task_list_free(struct task **tasks);
 struct project **tw_get_projects(struct task **tasks);
 void tw_project_list_free(struct project **);
 
+/* Whether ptask check that the taskwarrior version is supported. */
+void tw_enable_check_version(int e);
+
 #endif