]> jfr.im git - irc/quakenet/newserv.git/blobdiff - channel/channel.c
Merge pull request #1 from meeb/meeb
[irc/quakenet/newserv.git] / channel / channel.c
index 378fbcd2fb53d28c26bba1b6428ca8f35e0391e1..b5cd2ad6c652b23c7a92fe824ab1d4642983ddbc 100644 (file)
@@ -16,7 +16,7 @@
 
 MODULE_VERSION("");
 
-#define channelhash(x)  (crc32i(x)%CHANNELHASHSIZE)
+#define channelhash(x)  (irc_crc32i(x)%CHANNELHASHSIZE)
 
 unsigned long nouser;