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>2001-02-13 01:44:28 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2001-02-13 01:44:28 -0500
commitaffaa4f761ddf2c0edce3e00f3a989a0ef8a44d8 (patch)
tree3da4fcaa7cba63a893e69b0e6737b6eb4cea4079 /src/LYHash.h
parent2a786b2632ff4fe945cb5826f7a378778caf72eb (diff)
downloadlynx-snapshots-affaa4f761ddf2c0edce3e00f3a989a0ef8a44d8.tar.gz
snapshot of project "lynx", label v2-8-4dev_18
Diffstat (limited to 'src/LYHash.h')
-rw-r--r--src/LYHash.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYHash.h b/src/LYHash.h
index 5e019da3..b6453fc8 100644
--- a/src/LYHash.h
+++ b/src/LYHash.h
@@ -23,15 +23,15 @@ typedef struct _hashbucket bucket;
 #define NOSTYLE -1
 
 extern bucket hashStyles[CSHASHSIZE];
-extern int hash_code PARAMS((char* string));
+extern int hash_code PARAMS((CONST char* string));
 extern bucket special_bucket;/*it's used when OMIT_SCN_KEEPING is 1 in HTML.c
     and LYCurses.c. */
 extern bucket nostyle_bucket;/*initialized properly - to be used in CTRACE when
             NOSTYLE is passed as 'style' to curses_w_style */
 
-extern int hash_code_lowercase_on_fly PARAMS((char* string));
+extern int hash_code_lowercase_on_fly PARAMS((CONST char* string));
 extern int hash_code_aggregate_char PARAMS((char c,int hash));
-extern int hash_code_aggregate_lower_str  PARAMS((char* c,int hash_was));
+extern int hash_code_aggregate_lower_str PARAMS((CONST char* c, int hash_was));
 
 extern int	s_a;
 extern int	s_aedit;