Listing peers.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@252 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-02-02 21:51:40 +00:00
parent 5f102a5dcf
commit bd7849199c
13 changed files with 182 additions and 65 deletions
+2 -2
View File
@@ -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();
}