* Added prefered encoding list using the "encoding_list = <enc>"

option.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@587 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-10-26 13:25:10 +00:00
parent 7e861cf9f2
commit da67bdfff1
4 changed files with 19 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ void apply_use_udp_trackers(Control* m, const std::string& arg);
void apply_check_hash(Control* m, const std::string& arg);
void apply_session_directory(Control* m, const std::string& arg);
void apply_encoding_list(Control* m, const std::string& arg);
class OptionHandlerInt : public OptionHandlerBase {
public: