Show
Ignore:
Timestamp:
09/06/07 21:42:55 (1 year ago)
Author:
athomas
Message:

Dev Todo: Fixed #32, #29. Thanks!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • todo/trunk/src/TodoDB.h

    r340 r462  
    110110                Todo::Priority getPriority(string current = ""); 
    111111                int markDone(Todo &todo); 
     112                int markNotDone(Todo &todo); 
    112113 
    113114                void formatItem(ostream &out, int depth, Todo const &item, string const &format);