aboutsummaryrefslogtreecommitdiff
path: root/lib/content_encoding.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-04-11 08:49:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-04-11 08:49:20 +0000
commit019c4088cfcca0d2b7c5cc4f52ca5dac0c616089 (patch)
treed8fc76dfef2f94bc87d751031cf2ced6eecdab08 /lib/content_encoding.h
parent0b0a88b78d98935f7f63ff70a79a58bdc7bf4c52 (diff)
Dan Fandrich's gzip patch applied
Diffstat (limited to 'lib/content_encoding.h')
-rw-r--r--lib/content_encoding.h5
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);