diff options
author | Frederic Culot <calcurse@culot.org> | 2006-11-02 13:43:36 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-11-02 13:43:36 +0000 |
commit | cf1a0713e7fffb5c2f08dcee992776f0da9aa359 (patch) | |
tree | 70c2d91265b6a671d4fdb524ea3a9f3fc014d0ad /src/todo.h | |
parent | 3ee9a76130295b451603290df04fdb2512ef8614 (diff) | |
download | calcurse-cf1a0713e7fffb5c2f08dcee992776f0da9aa359.tar.gz calcurse-cf1a0713e7fffb5c2f08dcee992776f0da9aa359.zip |
todo_edit_item() created
Diffstat (limited to 'src/todo.h')
-rwxr-xr-x | src/todo.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $calcurse: todo.h,v 1.3 2006/08/31 18:49:05 culot Exp $ */ +/* $calcurse: todo.h,v 1.4 2006/11/02 13:43:56 culot Exp $ */ /* * Calcurse - text-based organizer @@ -41,5 +41,6 @@ void todo_delete_bynum(unsigned num); struct todo_s *todo_get_item(int item_number); int todo_get_position(struct todo_s *i); int todo_chg_priority(int action, int item_num); +void todo_edit_item(int item_num, int colr); #endif /* CALCURSE_TODO_H */ |