From: Daniel Stenberg Date: Tue, 10 Dec 2002 13:08:22 +0000 (+0000) Subject: send_buffer is no more here X-Git-Tag: curl-7_10_3~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3c7cd61f3f7133ef6dbf893a5af976d432bafcc;p=curl send_buffer is no more here --- diff --git a/lib/sendf.h b/lib/sendf.h index 665a4c879..97e2fa938 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)