]> jfr.im git - irc/quakenet/newserv.git/commitdiff
tidy warnings
authorPaul <redacted>
Thu, 1 Jan 2009 02:07:31 +0000 (02:07 +0000)
committerPaul <redacted>
Thu, 1 Jan 2009 02:07:31 +0000 (02:07 +0000)
--HG--
branch : paul

patriciasearch/newsearch_ast.c
patriciasearch/patriciasearch.h

index 16da4fa5cd5cec0c52a2f0c424df0f68be4907cd..e0a7b517cf6401dbe96092dd92871dc5c197b5b3 100644 (file)
@@ -5,7 +5,7 @@
 #include <string.h>
 #include "patriciasearch.h"
 
-int ast_nodesearch(searchASTExpr *tree, replyFunc reply, void *sender, wallFunc wall, ChanDisplayFunc 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) {
   searchCtx ctx;
   searchASTCache cache;
   searchNode *search;
index 6436509b2e72d19f02fe36ad30026e3e86bcac58..db3b48b76301711c0da750227bbda7bddc3073e9 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_pnodesearch(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);
 
 void regpnodedisp(const char *name, NodeDisplayFunc handler);
 void unregpnodedisp(const char *name, NodeDisplayFunc handler);