summaryrefslogtreecommitdiffstats
path: root/src/todo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/todo.c')
-rw-r--r--src/todo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/todo.c b/src/todo.c
index 5352eb8..191a2ac 100644
--- a/src/todo.c
+++ b/src/todo.c
@@ -344,7 +344,7 @@ void todo_view_note(struct todo *i, const char *pager)
view_note(i->note, pager);
}
-static void todo_free(struct todo *todo)
+void todo_free(struct todo *todo)
{
mem_free(todo->mesg);
erase_note(&todo->note);