diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-10 13:08:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-10 13:08:22 +0000 |
commit | b3c7cd61f3f7133ef6dbf893a5af976d432bafcc (patch) | |
tree | 08fe50edaf71dd2fb5a41f045034e1dfb9caffb7 /lib/sendf.h | |
parent | 9ae05c4d917114c6f4bdea2eb4ea7d85c4136cf2 (diff) | |
download | curl-b3c7cd61f3f7133ef6dbf893a5af976d432bafcc.tar.gz |
send_buffer is no more here
Diffstat (limited to 'lib/sendf.h')
-rw-r--r-- | lib/sendf.h | 7 |
1 files changed, 0 insertions, 7 deletions
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) |