Silver Bullet - Snapshot

- Annotations working
- recur working
- parent working
- fg working
- bg working
This commit is contained in:
Paul Beckingham 2009-05-14 00:10:54 -04:00
parent 1da111ad6e
commit 38907ac6d7
2 changed files with 29 additions and 23 deletions

View file

@ -57,6 +57,7 @@ for (typeof (c) *foreach_p = & (c); \
void parse (std::vector <std::string>&, std::string&, T&, Config&);
bool validPriority (const std::string&);
bool validDate (std::string&, Config&);
bool validDuration (std::string&);
void loadCustomReports (Config&);
bool isCustomReport (const std::string&);
void allCustomReports (std::vector <std::string>&);