about summary refs log tree commit diff stats
path: root/src/LYHash.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-03-18 03:40:20 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-03-18 03:40:20 -0500
commit79de405977ac0d7820576b353dde07ce09cedba9 (patch)
treed9c4fe55a871bb65fc0e1448764604b47083100e /src/LYHash.h
parent2d9e91f9543486865c65bf1b2837b2a7a1e3d1b9 (diff)
downloadlynx-snapshots-79de405977ac0d7820576b353dde07ce09cedba9.tar.gz
snapshot of project "lynx", label v2-8-2dev_20
Diffstat (limited to 'src/LYHash.h')
-rw-r--r--src/LYHash.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/LYHash.h b/src/LYHash.h
index c76ae994..c532a93a 100644
--- a/src/LYHash.h
+++ b/src/LYHash.h
@@ -15,7 +15,7 @@ struct _hashbucket {
 typedef struct _hashbucket bucket;
 
 #if !defined(CSHASHSIZE)
-#ifdef NOT_USED	
+#ifdef NOT_USED
 #define CSHASHSIZE 32768
 #else
 #define CSHASHSIZE 8193
@@ -32,7 +32,8 @@ extern int hash_table[CSHASHSIZE]; /* 32K should be big enough */
 
 extern int	s_alink, s_a, s_status,
 		s_label, s_value, s_high,
-		s_normal, s_alert, s_title;
+		s_normal, s_alert, s_title,
+		s_whereis;
 #define CACHEW 128
 #define CACHEH 64