mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 20:52:30 +00:00
Listing peers.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@252 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -110,12 +110,12 @@ CurlStack::remove_get(CurlGet* get) {
|
||||
}
|
||||
|
||||
void
|
||||
CurlStack::global_init() {
|
||||
CurlStack::init() {
|
||||
curl_global_init(CURL_GLOBAL_ALL);
|
||||
}
|
||||
|
||||
void
|
||||
CurlStack::global_cleanup() {
|
||||
CurlStack::cleanup() {
|
||||
curl_global_cleanup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user