]> jfr.im git - irc/quakenet/newserv.git/blobdiff - patricia/patricia_alloc.c
Rename trusts_cidr2str to CIDRtostr() and move it to lib/irc_ipv6.c.
[irc/quakenet/newserv.git] / patricia / patricia_alloc.c
index eddde9c86cf982185b806cca6816a6f4e51b9927..33d4ac506bfd5837a1d84ab4a5d3b73f8280f4fb 100644 (file)
@@ -54,7 +54,7 @@ patricia_node_t *newnode() {
 }
 
 void freenode (patricia_node_t *node) {
- node->parent=(struct patricia_node_t *)node_freelist;
+ node->parent=(patricia_node_t *)node_freelist;
  node_freelist=node;
 }