X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Ftw.h;h=6e5f3976dbf75537e183aebca5236565a73393ce;hb=refs%2Fheads%2Fv0.0.2;hp=f6718cb6d4429589ab501cb87b9ba60ea949727c;hpb=d1d78bf94968b488c5f175d6859f76de0c8eb41d;p=ptask.git diff --git a/src/tw.h b/src/tw.h index f6718cb..6e5f397 100644 --- a/src/tw.h +++ b/src/tw.h @@ -34,7 +34,9 @@ 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_done(const char *uuid); void tw_add(const char *newdesc); +void tw_task_list_free(struct task **tasks); char *task_exec(char *opts); char *escape(const char *txt);