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>2010-09-26 14:26:23 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2010-09-26 14:26:23 -0400
commitbf9ea0cbb0562934c45170f94ebfe2ac609a44a8 (patch)
treef4bde48763d66ed00b176397aee2b3fd6e9fc7f5 /src/LYHash.h
parent69a1a751cb798556c786e3ef66d473bf8a88abdc (diff)
downloadlynx-snapshots-bf9ea0cbb0562934c45170f94ebfe2ac609a44a8.tar.gz
snapshot of project "lynx", label v2-8-8dev_5e
Diffstat (limited to 'src/LYHash.h')
-rw-r--r--src/LYHash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYHash.h b/src/LYHash.h
index c60e24d6..e961e83d 100644
--- a/src/LYHash.h
+++ b/src/LYHash.h
@@ -1,4 +1,4 @@
-/* $LynxId: LYHash.h,v 1.23 2007/07/22 23:08:36 tom Exp $ */
+/* $LynxId: LYHash.h,v 1.24 2010/09/24 10:57:49 tom Exp $ */
 #ifndef _LYHASH_H_
 #define _LYHASH_H_ 1
 
@@ -38,7 +38,7 @@ extern "C" {
     extern bucket nostyle_bucket;
 
     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_char(int c, int hash);
     extern int hash_code_aggregate_lower_str(const char *c, int hash_was);
 
     extern int s_a;