Added merzlya's torrent status display changes.

This commit is contained in:
rakshasa
2016-08-03 23:01:28 +09:00
parent a0f97e4b06
commit d111594d20
8 changed files with 166 additions and 14 deletions
+1
View File
@@ -67,6 +67,7 @@ char* print_ddmmyyyy(char* first, char* last, time_t t);
char* print_download_title(char* first, char* last, core::Download* d);
char* print_download_info(char* first, char* last, core::Download* d);
char* print_download_info2(char* first, char* last, core::Download* d);
char* print_download_status(char* first, char* last, core::Download* d);
char* print_download_time_left(char* first, char* last, core::Download* d);
char* print_download_percentage_done(char* first, char* last, core::Download* d);