]> jfr.im git - irc/quakenet/newserv.git/blobdiff - chanindex/chanindex.c
TRUSTS: require sqlite
[irc/quakenet/newserv.git] / chanindex / chanindex.c
index fe4f621904960cc59d261176f09c319e0f70a467..2aa763ea666bbcbd4c41a34b2b4d4d73d5ffe986 100644 (file)
@@ -12,7 +12,7 @@
 
 MODULE_VERSION("")
 
-#define channelhash(x)  (crc32i(x)%CHANNELHASHSIZE)
+#define channelhash(x)  (irc_crc32i(x)%CHANNELHASHSIZE)
 
 chanindex *chantable[CHANNELHASHSIZE];
 sstring *extnames[MAXCHANNELEXTS];