aboutsummaryrefslogtreecommitdiffstats
path: root/src/todo.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-12-28 13:13:58 +0000
committerFrederic Culot <calcurse@culot.org>2008-12-28 13:13:58 +0000
commit5352496984d550bd441b12a082d5a382c168cbe2 (patch)
tree8a61b0785ba0d2f9edde566bef372360244949e3 /src/todo.h
parenta63c74892085e6bd5ea8b88712f44d1567ce7ed3 (diff)
downloadcalcurse-5352496984d550bd441b12a082d5a382c168cbe2.tar.gz
calcurse-5352496984d550bd441b12a082d5a382c168cbe2.zip
Added wrappers around libc's memory management functions, to easily debug memory usage
Diffstat (limited to 'src/todo.h')
-rwxr-xr-xsrc/todo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/todo.h b/src/todo.h
index 9244f02..42a4da8 100755
--- a/src/todo.h
+++ b/src/todo.h
@@ -1,4 +1,4 @@
-/* $calcurse: todo.h,v 1.12 2008/04/19 21:05:15 culot Exp $ */
+/* $calcurse: todo.h,v 1.13 2008/12/28 13:13:59 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -56,5 +56,6 @@ void todo_edit_item (void);
void todo_update_panel (int);
void todo_edit_note (char *);
void todo_view_note (char *);
+void todo_free_list (void);
#endif /* CALCURSE_TODO_H */