X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2FIPcheck.h;h=91693ac09a18b6c52cc9d2b6977cbfcfc6e80e34;hb=894ccd3b8d5acb0067562d26bf72228d3e617203;hp=19e9cfb8122d0f103d32c86819b91e40ac454744;hpb=5246a6127cca4385da318f2e75271b4f5907947b;p=ircu2.10.12-pk.git diff --git a/include/IPcheck.h b/include/IPcheck.h index 19e9cfb..91693ac 100644 --- a/include/IPcheck.h +++ b/include/IPcheck.h @@ -18,7 +18,7 @@ struct irc_in_addr; */ extern void IPcheck_init(void); extern int IPcheck_local_connect(const struct irc_in_addr *ip, time_t *next_target_out); -extern void IPcheck_connect_fail(const struct irc_in_addr *ip); +extern void IPcheck_connect_fail(const struct Client *cptr, int disconnect); extern void IPcheck_connect_succeeded(struct Client *cptr); extern int IPcheck_remote_connect(struct Client *cptr, int is_burst); extern void IPcheck_disconnect(struct Client *cptr);