(no commit message)
[ptask.git] / src / tw.h
index 182e603..9c6f0b2 100644 (file)
--- a/src/tw.h
+++ b/src/tw.h
@@ -32,6 +32,7 @@ struct task {
 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_add(const char *newdesc);
 
 char *task_exec(char *opts);
 char *escape(const char *txt);