diff options
Diffstat (limited to 'src/LYHash.h')
-rw-r--r-- | src/LYHash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYHash.h b/src/LYHash.h index 474a2cae..b466f2aa 100644 --- a/src/LYHash.h +++ b/src/LYHash.h @@ -19,7 +19,7 @@ typedef struct _hashbucket bucket; #define NOSTYLE -1 extern bucket hashStyles[HASHSIZE]; -extern int hash_code PARAMS((char*)); +extern int hash_code PARAMS((char* string)); extern int hash_table[HASHSIZE]; /* 32K should be big enough */ extern int s_alink, s_a, s_status, |