Commands - log

- Migrated handleLog to CmdLog.
This commit is contained in:
Paul Beckingham 2011-05-29 21:43:37 -04:00
parent cb613c0691
commit c8eb5df1b2
9 changed files with 160 additions and 76 deletions

View file

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