diff options
Diffstat (limited to 'ext/Encode/encode.h')
-rw-r--r-- | ext/Encode/encode.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/Encode/encode.h b/ext/Encode/encode.h index 853ad041b4..aecc66eafe 100644 --- a/ext/Encode/encode.h +++ b/ext/Encode/encode.h @@ -19,11 +19,13 @@ struct encpage_s typedef struct encode_s encode_t; struct encode_s { - const char *name; encpage_t *t_utf8; encpage_t *f_utf8; const U8 *rep; int replen; + U8 min_el; + U8 max_el; + const char *name[2]; }; #ifdef U8 |