summaryrefslogtreecommitdiffstats
path: root/tasklst.h
diff options
context:
space:
mode:
Diffstat (limited to 'tasklst.h')
-rw-r--r--tasklst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasklst.h b/tasklst.h
index c555413..c4be946 100644
--- a/tasklst.h
+++ b/tasklst.h
@@ -21,6 +21,7 @@ int tasklst_expired(TaskLst tasks);
int tasklst_tasks_total(TaskLst tasks);
int tasklst_tasks_todo(TaskLst tasks);
int tasklst_tasks_done(TaskLst tasks);
+int tasklst_add_task(TaskLst *tasks, int status, const char *str);
int tasklst_read_from_file(TaskLst *tasks, FILE *fp);
void tasklst_write_to_file(FILE *fp, TaskLst tasks);