X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/58919c8d74a9ca1ebae3379fa82c068a31befe90..8855bb48b449ed06cfd3ce528b3c0a77c37cb24b:/newsearch/newsearch.h diff --git a/newsearch/newsearch.h b/newsearch/newsearch.h index 0256f087..a4414b30 100644 --- a/newsearch/newsearch.h +++ b/newsearch/newsearch.h @@ -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);