mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 20:52:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user