X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2FIPcheck.h;h=91693ac09a18b6c52cc9d2b6977cbfcfc6e80e34;hp=493ef4367fe0812721d0136ac6bfb68d8e73f106;hb=894ccd3b8d5acb0067562d26bf72228d3e617203;hpb=2cf13869e6194d21a1f245aa251b33cb03b77bb6 diff --git a/include/IPcheck.h b/include/IPcheck.h index 493ef43..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 Client *cptr); +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);