| Revision: | 5135 |
| Committed: | Thu Dec 25 18:51:51 2014 UTC (11 years, 7 months ago) by michael |
| Content type: | text/x-chdr |
| File size: | 425 byte(s) |
| Log Message: | - propset svn:eol-style native |
| # | Content |
|---|---|
| 1 | #ifndef STATS_H |
| 2 | #define STATS_H |
| 3 | |
| 4 | #include "irc.h" |
| 5 | #include "config.h" |
| 6 | |
| 7 | struct StatsHash |
| 8 | { |
| 9 | int type; |
| 10 | unsigned int count; |
| 11 | const char *name; |
| 12 | }; |
| 13 | |
| 14 | extern void stats_init(void); |
| 15 | extern void stats_openproxy(int); |
| 16 | extern void stats_connect(void); |
| 17 | extern void stats_dnsblrecv(struct BlacklistConf *); |
| 18 | extern void stats_dnsblsend(void); |
| 19 | extern void stats_output(char *); |
| 20 | extern void fdstats_output(char *); |
| 21 | |
| 22 | #endif /* STATS_H */ |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Id |