From b7eeb6e67fca686f840eacd6b8394edb58b07482 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 7 Sep 2006 21:49:20 +0000 Subject: Major overhaul introducing http pipelining support and shared connection cache within the multi handle. --- lib/easyif.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/easyif.h') 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, -- cgit v1.2.3