- Renamed checkRecurring -> handleRecurrence

This commit is contained in:
Paul Beckingham 2008-07-06 03:04:54 -04:00
parent 947e65c1e2
commit 17152d8a46
2 changed files with 16 additions and 13 deletions

View file

@ -87,7 +87,7 @@ 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 checkRecurring (std::vector <T>&);
void handleRecurrence (std::vector <T>&);
// util.cpp
bool confirm (const std::string&);