Integration - "tags" report

- The "tags" report is now working under 1.8.0.
This commit is contained in:
Paul Beckingham 2009-06-08 01:24:33 -04:00
parent fb5fe5f5b4
commit aff828c51b
4 changed files with 15 additions and 14 deletions

View file

@ -69,7 +69,7 @@ std::string handleExport (TDB&, T&);
std::string handleDone (TDB&, T&);
std::string handleModify (TDB&, T&);
std::string handleProjects ();
std::string handleTags (TDB&, T&);
std::string handleTags ();
std::string handleUndelete (TDB&, T&);
std::string handleVersion ();
std::string handleDelete (TDB&, T&);