diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-09-07 21:49:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-07 21:49:20 +0000 |
commit | b7eeb6e67fca686f840eacd6b8394edb58b07482 (patch) | |
tree | cdcd4b0d54bcad40a57ef409d2594cca7d4d07d4 /lib/easyif.h | |
parent | 7e4193b538a517eb27e4cb5b2b7973bae967add8 (diff) | |
download | curl-b7eeb6e67fca686f840eacd6b8394edb58b07482.tar.gz |
Major overhaul introducing http pipelining support and shared connection
cache within the multi handle.
Diffstat (limited to 'lib/easyif.h')
-rw-r--r-- | lib/easyif.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/easyif.h b/lib/easyif.h index 5c1646ad8..d1251985a 100644 --- a/lib/easyif.h +++ b/lib/easyif.h @@ -28,6 +28,8 @@ */ void Curl_easy_addmulti(struct SessionHandle *data, void *multi); +void Curl_easy_initHandleData(struct SessionHandle *data); + CURLcode Curl_convert_to_network(struct SessionHandle *data, char *buffer, size_t length); CURLcode Curl_convert_from_network(struct SessionHandle *data, |