git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6196
82007160-df01-0410-b94d-
b575c5fd34c7
*
*/
void
-stats_openproxy(int type)
+stats_openproxy(unsigned int type)
{
for (struct StatsHash *tab = STATS_PROXIES; tab->name; ++tab)
{
struct StatsHash
{
- int type;
+ const unsigned int type;
unsigned int count;
const char *name;
};
extern void stats_init(void);
-extern void stats_openproxy(int);
+extern void stats_openproxy(unsigned int);
extern void stats_connect(void);
extern void stats_dnsblrecv(struct BlacklistConf *);
extern void stats_dnsblsend(void);