From b3c7cd61f3f7133ef6dbf893a5af976d432bafcc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 Dec 2002 13:08:22 +0000 Subject: [PATCH] send_buffer is no more here --- lib/sendf.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/sendf.h b/lib/sendf.h index 665a4c8..97e2fa9 100644 --- a/lib/sendf.h +++ b/lib/sendf.h @@ -30,13 +30,6 @@ void Curl_failf(struct SessionHandle *, const char *fmt, ...); #define infof Curl_infof #define failf Curl_failf -struct send_buffer { - char *buffer; - size_t size_max; - size_t size_used; -}; -typedef struct send_buffer send_buffer; - #define CLIENTWRITE_BODY 1 #define CLIENTWRITE_HEADER 2 #define CLIENTWRITE_BOTH (CLIENTWRITE_BODY|CLIENTWRITE_HEADER) -- 2.7.4