(no commit message)
[ptask.git] / src / tw.h
index c95d009..6e5f397 100644 (file)
--- 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);