X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fhash.c;h=100c9600b853bdef6b0929dbe80f7886c9a423bb;hb=7a4d99a46663018958a866073c4fbb8b26f3cc86;hp=af016003b4a94bbf6ac6416ff574c87bd1e8a176;hpb=86c7c44bf12024a47fac109fac01c7dbde88fd0d;p=ircu2.10.12-pk.git diff --git a/ircd/hash.c b/ircd/hash.c index af01600..100c960 100644 --- a/ircd/hash.c +++ b/ircd/hash.c @@ -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;