From ea107cfd8182f9c16f6554dcade75441984e985c Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Fri, 26 Jun 2009 21:44:11 +0000 Subject: Ability to flag todo items as completed. --- src/todo.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/todo.h') diff --git a/src/todo.h b/src/todo.h index 42a4da8..847a876 100755 --- a/src/todo.h +++ b/src/todo.h @@ -1,8 +1,8 @@ -/* $calcurse: todo.h,v 1.13 2008/12/28 13:13:59 culot Exp $ */ +/* $calcurse: todo.h,v 1.14 2009/06/26 21:44:12 culot Exp $ */ /* * Calcurse - text-based organizer - * Copyright (c) 2004-2008 Frederic Culot + * Copyright (c) 2004-2009 Frederic Culot * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -50,6 +50,7 @@ int todo_hilt_pos (void); char *todo_saved_mesg (void); void todo_new_item (void); struct todo_s *todo_add (char *, int, char *); +void todo_flag (void); void todo_delete (conf_t *); void todo_chg_priority (int); void todo_edit_item (void); -- cgit v1.2.3-54-g00ecf