Recurrence: Added stub for handleRecurrence2

This commit is contained in:
Paul Beckingham
2017-03-31 08:38:35 -04:00
parent f6f79d28ee
commit b40cc89235
4 changed files with 59 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ Datetime getNextRecurrence (Datetime&, std::string&);
bool generateDueDates (Task&, std::vector <Datetime>&);
void updateRecurrenceMask (Task&);
// recur2.cpp
void handleRecurrence2 ();
// nag.cpp
bool nag (Task&);