X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Ftw.h;h=6e5f3976dbf75537e183aebca5236565a73393ce;hb=9f792471ae3b97b304470e97c0a43983b9517f83;hp=c95d009e21895a8e56be4331dea0dfe4dad7440f;hpb=2306c86fb2ec18c15e04a7373f28c8b438d78271;p=ptask.git diff --git a/src/tw.h b/src/tw.h index c95d009..6e5f397 100644 --- a/src/tw.h +++ b/src/tw.h @@ -36,6 +36,7 @@ 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);