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>2004-04-27 20:26:05 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2004-04-27 20:26:05 -0400
commit2cd8e80bfe2792ce8999a26b34384598f58e3889 (patch)
tree780917a289058c7d05e893a8a1b3dc88d4a7030f /src/LYHash.h
parentbff0a2c0390cf1536254ea168d2581cc9550325f (diff)
downloadlynx-snapshots-2cd8e80bfe2792ce8999a26b34384598f58e3889.tar.gz
snapshot of project "lynx", label v2-8-6dev_2
Diffstat (limited to 'src/LYHash.h')
-rw-r--r--src/LYHash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/LYHash.h b/src/LYHash.h
index ebeabf41..141f3ceb 100644
--- a/src/LYHash.h
+++ b/src/LYHash.h
@@ -26,13 +26,13 @@ typedef struct _hashbucket bucket;
 #define NOSTYLE -1
 
 extern bucket hashStyles[CSHASHSIZE];
-extern int hash_code PARAMS((CONST char* string));
+extern int hash_code (const char* string);
 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((CONST char* string));
-extern int hash_code_aggregate_char PARAMS((char c,int hash));
-extern int hash_code_aggregate_lower_str PARAMS((CONST char* c, int hash_was));
+extern int hash_code_lowercase_on_fly (const char* string);
+extern int hash_code_aggregate_char (char c,int hash);
+extern int hash_code_aggregate_lower_str (const char* c, int hash_was);
 
 extern int	s_a;
 extern int	s_aedit;