]> jfr.im git - irc/quakenet/newserv.git/blobdiff - newsearch/newsearch.h
Merge.
[irc/quakenet/newserv.git] / newsearch / newsearch.h
index 0256f087560f6b32f2adeb84ff752d1a7ef54b11..a4414b30f2f31cf8a22714846e4cc84cab0a9277 100644 (file)
@@ -153,9 +153,6 @@ struct searchNode *hostpct_parse(searchCtx *ctx, int argc, char **argv);
 struct searchNode *authedpct_parse(searchCtx *ctx, int argc, char **argv);
 struct searchNode *kick_parse(searchCtx *ctx, int argc, char **argv);
 
-/* Interpret a string to give a node */
-struct searchNode *search_parse(searchCtx *ctx, char *input);
-
 /* Iteration functions */
 struct searchNode *any_parse(searchCtx *ctx, int argc, char **argv);
 struct searchNode *all_parse(searchCtx *ctx, int argc, char **argv);