- Inserted recurring task checks at appropriate points.

This commit is contained in:
Paul Beckingham 2008-07-06 02:47:29 -04:00
parent b1aaab0a8e
commit 947e65c1e2
3 changed files with 64 additions and 47 deletions

View file

@ -87,7 +87,6 @@ void handleModify (const TDB&, T&, Config&);
void handleColor (Config&);
void gatherNextTasks (const TDB&, T&, Config&, std::vector <T>&, std::vector <int>&);
void nag (const TDB&, T&, Config&);
void decorateRecurringTask (T&);
void checkRecurring (std::vector <T>&);
// util.cpp