]> jfr.im git - irc/quakenet/newserv.git/blobdiff - patriciasearch/patriciasearch.h
output tree is part of context ;/
[irc/quakenet/newserv.git] / patriciasearch / patriciasearch.h
index 3655bfdc82e69f341d29d2c340d1ae35d2d39775..638f42577a2460b3914f74838c7e29c7ced0814e 100644 (file)
@@ -12,6 +12,9 @@ int do_pnodesearch_real(replyFunc reply, wallFunc wall, void *source, int cargc,
 
 int ast_pnodesearch(searchASTExpr *tree, replyFunc reply, void *sender, wallFunc wall, NodeDisplayFunc display, HeaderFunc header, void *headerarg, int limit);
 
+void regpnodedisp(const char *name, NodeDisplayFunc handler);
+void unregpnodedisp(const char *name, NodeDisplayFunc handler);
+
 extern NodeDisplayFunc defaultpnodefn;
 extern searchCmd *reg_nodesearch;