Commands - modify

- Migrated handleModify to CmdModify.
This commit is contained in:
Paul Beckingham 2011-05-30 15:48:20 -04:00
parent 510ce650a6
commit a2da93b681
8 changed files with 240 additions and 168 deletions

View file

@ -50,7 +50,6 @@ int getDueState (const std::string&);
bool nag (Task&);
// command.cpp
int handleModify (std::string&);
int deltaAppend (Task&);
int deltaPrepend (Task&);
int deltaDescription (Task&);