aboutsummaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2006-05-29 12:54:26 +0000
committerDai Sato <satodai@w3m.jp>2006-05-29 12:54:26 +0000
commit4b0c2cecc3a8f364c9377c441b3eeac791f5dd29 (patch)
tree6f48fcc43d2a7e13a1011e1cca15ee11e08196f9 /html.h
parent[w3m-dev-en 01057] delete calls to GC from wrap_GC_warn_proc to avoid deadlocks. (diff)
downloadw3m-4b0c2cecc3a8f364c9377c441b3eeac791f5dd29.tar.gz
w3m-4b0c2cecc3a8f364c9377c441b3eeac791f5dd29.zip
[w3m-dev-en 01067] decode content-encoding in all situations.
Diffstat (limited to '')
-rw-r--r--html.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.h b/html.h
index 28d1599..4c8173f 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.25 2003/10/20 16:41:56 ukai Exp $ */
+/* $Id: html.h,v 1.26 2006/05/29 12:54:26 inu Exp $ */
#ifndef _HTML_H
#define _HTML_H
#ifdef USE_SSL
@@ -69,6 +69,7 @@ typedef struct {
InputStream stream;
char *ext;
int compression;
+ int content_encoding;
char *guess_type;
#ifdef USE_SSL
char *ssl_certificate;