Author: Bleep <helveytw@home.com>
[ircu2.10.12-pk.git] / ircd / hash.c
index af016003b4a94bbf6ac6416ff574c87bd1e8a176..100c9600b853bdef6b0929dbe80f7886c9a423bb 100644 (file)
@@ -178,9 +178,9 @@ static struct Channel *channelTable[HASHSIZE];
    be symmetric, if HASHEQ(a,b) then HASHEQ(b,a), obvious ok but... :) */
 #define HASHEQ(x,y) ((ToLower(x)) == (ToLower(y)))
 
-/* hash_init
+/* init_hash
  * Initialize the maps used by hash functions and clear the tables */
-void hash_init(void)
+void init_hash(void)
 {
   int           i;
   int           j;