Changeset 462 for todo/trunk/src/TodoDB.h
- Timestamp:
- 09/06/07 21:42:55 (1 year ago)
- Files:
-
- todo/trunk/src/TodoDB.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
todo/trunk/src/TodoDB.h
r340 r462 110 110 Todo::Priority getPriority(string current = ""); 111 111 int markDone(Todo &todo); 112 int markNotDone(Todo &todo); 112 113 113 114 void formatItem(ostream &out, int depth, Todo const &item, string const &format);
