summaryrefslogtreecommitdiff
path: root/src/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash.c')
-rw-r--r--src/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash.c b/src/hash.c
index 45b410b..085338d 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -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