Make *_free() public

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2012-06-27 09:19:41 +02:00
parent 47d5fe2d45
commit b230e2949e
5 changed files with 10 additions and 5 deletions

View File

@@ -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);