]> jfr.im git - irc/quakenet/newserv.git/blobdiff - patriciasearch/patriciasearch.h
LUA: add function for channel chanop notice
[irc/quakenet/newserv.git] / patriciasearch / patriciasearch.h
index db3b48b76301711c0da750227bbda7bddc3073e9..ac4a920b341480710f4eb8e3e7dfa0d4afdc6bc1 100644 (file)
@@ -11,7 +11,7 @@ void pnodesearch_exe(struct searchNode *search, searchCtx *ctx, patricia_node_t
 
 int do_pnodesearch_real(replyFunc reply, wallFunc wall, void *source, int cargc, char **cargv);
 
-int ast_nodesearch(searchASTExpr *tree, replyFunc reply, void *sender, wallFunc wall, NodeDisplayFunc display, HeaderFunc header, void *headerarg, int limit);
+int ast_nodesearch(searchASTExpr *tree, replyFunc reply, void *sender, wallFunc wall, NodeDisplayFunc display, HeaderFunc header, void *headerarg, int limit, patricia_node_t *target);
 
 void regpnodedisp(const char *name, NodeDisplayFunc handler);
 void unregpnodedisp(const char *name, NodeDisplayFunc handler);