diff options
Diffstat (limited to 'WWW/Library/Implementation/UCAux.h')
-rw-r--r-- | WWW/Library/Implementation/UCAux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/UCAux.h b/WWW/Library/Implementation/UCAux.h index c962095e..4d4bd84e 100644 --- a/WWW/Library/Implementation/UCAux.h +++ b/WWW/Library/Implementation/UCAux.h @@ -1,3 +1,6 @@ +/* + * $LynxId: UCAux.h,v 1.16 2009/03/10 21:17:21 tom Exp $ + */ #ifndef UCAUX_H #define UCAUX_H @@ -39,6 +42,7 @@ extern "C" { BOOL trans_C0_to_uni; BOOL repl_translated_C0; BOOL trans_from_uni; + int ucs_mode; }; typedef struct _UCTransParams UCTransParams; |