summaryrefslogtreecommitdiffstats
path: root/charset.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-03-31 06:34:01 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-03-31 06:34:01 +0000
commit22074b0baf89f01c72ac34b17b6c1808c93f2f1b (patch)
tree70212017d31de10f0695edc577e07567b4b21138 /charset.h
parent32468c492a9135de65b9dc85ee7a68abea33679a (diff)
Another small charset optimization.
Diffstat (limited to 'charset.h')
-rw-r--r--charset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/charset.h b/charset.h
index a3d444ee..cf72a853 100644
--- a/charset.h
+++ b/charset.h
@@ -76,6 +76,7 @@ typedef struct decoder
/* the buffers */
struct decoder_buff in;
struct decoder_buff out;
+ struct decoder_buff *_in;
}
DECODER;