diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-07 20:52:46 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-07 20:52:46 -0400 |
commit | 050803d49a91559644e86a4ed38f11ba0afffbe4 (patch) | |
tree | b52ae4afdf50f9a127ddf76db2d182dbc12c3bd9 /WWW/Library | |
parent | 29e32111a2573cf7ecc9cd1d09dbf7dedd15dfcd (diff) | |
download | lynx-snapshots-050803d49a91559644e86a4ed38f11ba0afffbe4.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-48
Diffstat (limited to 'WWW/Library')
-rw-r--r-- | WWW/Library/Implementation/UCMap.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/UCMap.h b/WWW/Library/Implementation/UCMap.h index 7c615be8..de196752 100644 --- a/WWW/Library/Implementation/UCMap.h +++ b/WWW/Library/Implementation/UCMap.h @@ -32,10 +32,10 @@ extern int UCGetLYhndl_byMIME PARAMS(( extern int UCGetRawUniMode_byLYhndl PARAMS(( int i)); -PUBLIC int UCLYhndl_for_unspec; -PUBLIC int UCLYhndl_for_unrec; -PUBLIC int UCLYhndl_HTFile_for_unspec; -PUBLIC int UCLYhndl_HTFile_for_unrec; +extern int UCLYhndl_for_unspec; +extern int UCLYhndl_for_unrec; +extern int UCLYhndl_HTFile_for_unspec; +extern int UCLYhndl_HTFile_for_unrec; #define UCTRANS_NOTFOUND (-4) |