]> jfr.im git - irc/quakenet/newserv.git/blobdiff - patriciasearch/patriciasearch.h
update patricia search for ast + add ipvsix command
[irc/quakenet/newserv.git] / patriciasearch / patriciasearch.h
index ae8ab89405873f6931969ee1dd709626eaebe8b4..6436509b2e72d19f02fe36ad30026e3e86bcac58 100644 (file)
@@ -1,6 +1,7 @@
 #include "../newsearch/newsearch.h"
 #include "../patricia/patricia.h"
 #include "../patricianick/patricianick.h"
+#include "../newsearch/parser.h"
 
 typedef void (*NodeDisplayFunc)(struct searchCtx *, nick *, patricia_node_t *);
 
@@ -20,3 +21,4 @@ extern searchCmd *reg_nodesearch;
  
 struct searchNode *ps_nick_parse(searchCtx *ctx, int argc, char **argv);
 struct searchNode *ps_users_parse(searchCtx *ctx, int argc, char **argv);
+struct searchNode *ps_ipv6_parse(searchCtx *ctx, int argc, char **argv);