Bryan Henderson turned the 'initialized' variable for curl_global_init()
authorDaniel Stenberg <daniel@haxx.se>
Sun, 15 Jan 2006 23:55:53 +0000 (23:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 15 Jan 2006 23:55:53 +0000 (23:55 +0000)
commit4c35a40858db71daa0f6be4111c620fb201f245a
tree1107ae836fbf51f066d45363103b278de81c8636
parent802b2aaf6a5e640b868dc47b53df13a7d931cc5e
Bryan Henderson turned the 'initialized' variable for curl_global_init()
into a counter, and thus you can now do multiple curl_global_init() and you
are then supposed to do the same amount of calls to curl_global_cleanup().
Bryan also updated the docs accordingly.
CHANGES
RELEASE-NOTES
docs/libcurl/curl_easy_init.3
docs/libcurl/curl_global_cleanup.3
docs/libcurl/curl_global_init.3
docs/libcurl/libcurl.3
lib/easy.c