diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2002-12-02 02:37:01 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2002-12-02 02:37:01 -0500 |
commit | f6e997b7f73d01db84665bc924ba2d065e314e43 (patch) | |
tree | e5a6682d03360506ad1db6b3d1f5934a5911db50 /src/LYCharSets.h | |
parent | 0cb11571ef3a2820a888b47eaa0ea3083e3b9b0f (diff) | |
download | lynx-snapshots-f6e997b7f73d01db84665bc924ba2d065e314e43.tar.gz |
snapshot of project "lynx", label v2-8-5dev_11
Diffstat (limited to 'src/LYCharSets.h')
-rw-r--r-- | src/LYCharSets.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LYCharSets.h b/src/LYCharSets.h index e1c03d7f..051e9c90 100644 --- a/src/LYCharSets.h +++ b/src/LYCharSets.h @@ -11,6 +11,10 @@ #include <UCMap.h> #endif /* !UCMAP_H */ +extern BOOL HTPassEightBitRaw; +extern BOOL HTPassEightBitNum; +extern BOOL HTPassHighCtrlRaw; +extern BOOL HTPassHighCtrlNum; extern BOOLEAN LYHaveCJKCharacterSet; extern BOOLEAN DisplayCharsetMatchLocale; |