File Import

- Implemented scaffolding for new import command.
This commit is contained in:
Paul Beckingham
2009-03-25 02:05:50 -04:00
parent c31ec6b6a6
commit db7b2dd9fe
9 changed files with 207 additions and 3 deletions

View File

@@ -143,4 +143,7 @@ std::string expandPath (const std::string&);
void initializeColorRules (Config&);
void autoColorize (T&, Text::color&, Text::color&, Config&);
// import.cpp
std::string handleImport (TDB&, T&, Config&);
////////////////////////////////////////////////////////////////////////////////