mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 15:12:30 +00:00
* Got rid of some additional internal sigc++ calls.
* Changed print_hhmmss/ddmmyyyy to use a char buffer. * Added error messages for failed torrent http/file downloads which includes the url/filename. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@581 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+4
-2
@@ -50,12 +50,14 @@ namespace utils {
|
||||
|
||||
namespace display {
|
||||
|
||||
char* print_string(char* buf, unsigned int length, char* str);
|
||||
|
||||
char* print_download_title(char* buf, unsigned int length, core::Download* d);
|
||||
char* print_download_info(char* buf, unsigned int length, core::Download* d);
|
||||
char* print_download_status(char* buf, unsigned int length, core::Download* d);
|
||||
|
||||
std::string print_hhmmss(utils::Timer t);
|
||||
std::string print_ddmmyyyy(time_t t);
|
||||
char* print_hhmmss(char* buf, unsigned int length, time_t t);
|
||||
char* print_ddmmyyyy(char* buf, unsigned int length, time_t t);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user