]> jfr.im git - irc/quakenet/newserv.git/blobdiff - patricianick/patricianick.h
Merge pull request #1 from meeb/meeb
[irc/quakenet/newserv.git] / patricianick / patricianick.h
index 5d055490b42641b501da33289d8f97ad6fd84fa1..20867865bb9e9f5defeb7ecb70034bbf836da43a 100644 (file)
@@ -4,12 +4,11 @@
 #include "../nick/nick.h"
 
 #define PATRICIANICK_HASHSIZE   5
-#define pn_getidenthash(x)      ((crc32i(x)) % PATRICIANICK_HASHSIZE)
+#define pn_getidenthash(x)      ((irc_crc32i(x)) % PATRICIANICK_HASHSIZE)
 #define PATRICIANICK_MAXRESULTS 1000
 
 typedef struct patricianick_s {
   nick *identhash[PATRICIANICK_HASHSIZE];
-  unsigned int marker; /* todo */
 } patricianick_t;
 
 extern int pnode_ext;