curl_easy_reset() added. Need testing and docs. I also think we should make
authorDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jul 2004 21:31:01 +0000 (21:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jul 2004 21:31:01 +0000 (21:31 +0000)
commitf508f30fb6c0d8b6f4e2058256e80c97bfda3a7b
tree7e34ef1ba946f125c3691ff77bc5f5fd5b9173bb
parentd20a05161a48218e723c6040fed707b149d5b1da
curl_easy_reset() added. Need testing and docs. I also think we should make
the initial setting up the struct should use this single function to avoid
having the initialisation code at two places.
include/curl/easy.h
lib/easy.c