]> jfr.im git - irc/quakenet/newserv.git/blobdiff - newsearch/newsearch.h
Merge.
[irc/quakenet/newserv.git] / newsearch / newsearch.h
index 727886a00fdebf70a128e739faa880022e3952d9..a4414b30f2f31cf8a22714846e4cc84cab0a9277 100644 (file)
@@ -11,7 +11,6 @@
 
 #define    NSMAX_KILL_LIMIT       500
 #define    NSMAX_GLINE_LIMIT      500
-#define    NSMAX_GLINE_CLONES     5
 
 /* gline duration, in seconds */
 #define    NSGLINE_DURATION       3600
@@ -154,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);