Cleanup of log time display.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@346 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-03-12 23:22:28 +00:00
parent c36ee96550
commit 010d5cfbe3
4 changed files with 34 additions and 22 deletions
+6
View File
@@ -7,10 +7,16 @@ namespace core {
class Download;
}
namespace utils {
class Timer;
}
namespace display {
std::string print_download_status(core::Download* d);
std::string print_hhmmss(utils::Timer t);
}
#endif