* Added all the clients to the new ClientList and fixed it so that it

prints the version number.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@805 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2006-11-16 18:33:45 +00:00
parent cafd4c6090
commit a5e7acc61b
3 changed files with 16 additions and 4 deletions
+3
View File
@@ -49,6 +49,7 @@ namespace utils {
}
namespace torrent {
class ClientInfo;
class Entry;
}
@@ -69,6 +70,8 @@ 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);
char* print_client_version(char* first, char* last, const torrent::ClientInfo& clientInfo);
char* print_entry_tags(char* first, char* last);
char* print_entry_file(char* first, char* last, const torrent::Entry& entry);