summaryrefslogtreecommitdiff
path: root/src/retr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/retr.h')
-rw-r--r--src/retr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/retr.h b/src/retr.h
index 5fbbacb..f133c83 100644
--- a/src/retr.h
+++ b/src/retr.h
@@ -49,7 +49,9 @@ enum {
rb_skip_startpos = 2,
/* Used by HTTP/HTTPS*/
- rb_chunked_transfer_encoding = 4
+ rb_chunked_transfer_encoding = 4,
+
+ rb_compressed_gzip = 8
};
int fd_read_body (const char *, int, FILE *, wgint, wgint, wgint *, wgint *, double *, int, FILE *);