Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / s_stats.h
1 /*
2  * IRC - Internet Relay Chat, include/s_stats.h
3  * Copyright (C) 2000 Joseph Bongaarts
4  *
5  * See file AUTHORS in IRC package for additional names of
6  * the programmers.
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 1, or (at your option)
11  * any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21  *
22  * $Id$
23  */
24
25 #ifndef INCLUDED_s_stats_h
26 #define INCLUDED_s_stats_h
27
28 struct Client;
29
30 extern const char *statsinfo[];
31 extern void report_stats(struct Client *sptr, char stat);
32 extern void report_configured_links(struct Client *sptr, int mask);
33 extern int hunt_stats(struct Client* cptr, struct Client* sptr, int parc, char* parv[], char stat);
34
35 extern void report_crule_list(struct Client* to, int mask);
36 extern void report_motd_list(struct Client* to);
37 extern void report_deny_list(struct Client* to);
38
39 #endif /* INCLUDED_s_stats_h */