]> jfr.im git - irc/quakenet/newserv.git/blob - chanserv/newsearch/chanserv_newsearch.h
ba2044551c15f38e143f4638bc8103e0c7fc3302
[irc/quakenet/newserv.git] / chanserv / newsearch / chanserv_newsearch.h
1 #ifndef __CHANSERV_NEWSEARCH_H
2 #define __CHANSERV_NEWSEARCH_H
3
4 #include "../../newsearch/newsearch.h"
5
6 void printnick_auth(searchCtx *, nick *, nick *);
7 void printnick_authchans(searchCtx *, nick *, nick *);
8 void printchannel_qusers(searchCtx *, nick *, chanindex *);
9 void printauth(searchCtx *, nick *, authname *);
10
11 struct searchNode *qusers_parse(searchCtx *, int type, int argc, char **argv);
12 struct searchNode *qlasthost_parse(searchCtx *, int type, int argc, char **argv);
13 struct searchNode *qemail_parse(searchCtx *, int type, int argc, char **argv);
14 struct searchNode *qsuspendreason_parse(searchCtx *, int type, int argc, char **argv);
15 struct searchNode *qusername_parse(searchCtx *, int type, int argc, char **argv);
16 struct searchNode *qchanflags_parse(searchCtx *, int type, int argc, char **argv);
17
18 #endif