diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-04-11 08:49:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-04-11 08:49:20 +0000 |
commit | 019c4088cfcca0d2b7c5cc4f52ca5dac0c616089 (patch) | |
tree | d8fc76dfef2f94bc87d751031cf2ced6eecdab08 /lib/content_encoding.h | |
parent | 0b0a88b78d98935f7f63ff70a79a58bdc7bf4c52 (diff) | |
download | curl-019c4088cfcca0d2b7c5cc4f52ca5dac0c616089.tar.gz |
Dan Fandrich's gzip patch applied
Diffstat (limited to 'lib/content_encoding.h')
-rw-r--r-- | lib/content_encoding.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/content_encoding.h b/lib/content_encoding.h index c55b3d73e..348ceb154 100644 --- a/lib/content_encoding.h +++ b/lib/content_encoding.h @@ -24,3 +24,8 @@ CURLcode Curl_unencode_deflate_write(struct SessionHandle *data, struct Curl_transfer_keeper *k, ssize_t nread); + +CURLcode +Curl_unencode_gzip_write(struct SessionHandle *data, + struct Curl_transfer_keeper *k, + ssize_t nread); |