X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask.git;a=blobdiff_plain;f=src%2Ftw.h;fp=src%2Ftw.h;h=66f3c57b87364d7d8ab87b9e1d35abff0d7109a5;hp=684c56f547620e9bc1592650fea07097c9d1eb38;hb=1d479bf18659d6dcb4fefed032088bf4c56d24de;hpb=8bc982c7028c113e0a90db16d63789b139facc2b diff --git a/src/tw.h b/src/tw.h index 684c56f..66f3c57 100644 --- a/src/tw.h +++ b/src/tw.h @@ -54,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