- Moved more legacy checking code to legacy.cpp.
This commit is contained in:
Paul Beckingham 2011-10-02 01:04:16 -04:00
parent 66ca9add3a
commit 4495e93f8d
3 changed files with 63 additions and 54 deletions

View file

@ -80,6 +80,8 @@ void sort_tasks (std::vector <Task>&, std::vector <int>&, const std::string&);
// legacy.cpp
void legacyAttributeCheck (const std::string&);
void legacyColumnMap (std::string&);
void legacySortColumnMap (std::string&);
// list template
///////////////////////////////////////////////////////////////////////////////