diff options
Diffstat (limited to 'src/hash.c')
-rw-r--r-- | src/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ static struct MaskItem *resvchannelTable[HASHSIZE]; * functions and clear the tables */ void -init_hash(void) +hash_init(void) { /* Default the userhost/namehost sizes to CLIENT_HEAP_SIZE for now, * should be a good close approximation anyway |