X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Ftw.h;fp=src%2Ftw.h;h=f6718cb6d4429589ab501cb87b9ba60ea949727c;hb=d1d78bf94968b488c5f175d6859f76de0c8eb41d;hp=9c6f0b2cdacbf5bba7d4201fa2caad3dadbd88a4;hpb=68bf32c9de206a3f80a615782069425522ddad8d;p=ptask.git diff --git a/src/tw.h b/src/tw.h index 9c6f0b2..f6718cb 100644 --- a/src/tw.h +++ b/src/tw.h @@ -27,11 +27,13 @@ struct task { char *uuid; char *note; char *project; + char *priority; }; struct task **tw_get_all_tasks(const char *status); void tw_modify_description(const char *uuid, const char *newdesc); void tw_modify_project(const char *uuid, const char *newproj); +void tw_modify_priority(const char *uuid, const char *priority); void tw_add(const char *newdesc); char *task_exec(char *opts);