helper: Added expandIntervalHint

This commit is contained in:
Paul Beckingham 2016-04-06 21:44:12 -04:00
parent 291eef994a
commit f36410cbad
2 changed files with 25 additions and 0 deletions

View file

@ -44,6 +44,7 @@ int dispatchCommand (CLI&, Database&, Rules&, Extensions&);
// helper.cpp
Color tagColor (const Rules&, const std::string&);
std::string intervalSummarize (const Rules&, const Interval&);
void expandIntervalHint (const std::string&, std::string&, std::string&);
// utiŀ.cpp
std::string osName ();