X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2FIPcheck.h;h=088129a546bb07a717ff8575ead172f7edf8528f;hb=f17f0487c981da8c0c2b450fff45f13fd481a176;hp=c17769432548e3b77eebb32563bed3f00fc13e2a;hpb=8079138defb64c4d8955d9eb974466cd275965c5;p=ircu2.10.12-pk.git diff --git a/include/IPcheck.h b/include/IPcheck.h index c177694..088129a 100644 --- a/include/IPcheck.h +++ b/include/IPcheck.h @@ -16,14 +16,12 @@ struct Client; /*---------------------------------------------------------------------------- * Prototypes *--------------------------------------------------------------------------*/ -extern int ip_registry_check_local(unsigned int addr, time_t* next_target_out); -extern void ip_registry_local_connect(struct Client *cptr); -extern void ip_registry_connect_fail(unsigned int addr); extern void ip_registry_expire(void); -extern void ip_registry_disconnect(struct Client *cptr); -extern int ip_registry_count(unsigned int addr); -extern int ip_registry_check_remote(struct Client *cptr, int is_burst); +extern int ip_registry_check_local(unsigned int addr, time_t* next_target_out); +extern int ip_registry_remote_connect(struct Client *cptr); +extern void ip_registry_connect_succeeded(struct Client *cptr); +extern void ip_registry_local_disconnect(struct Client *cptr); +extern void ip_registry_remote_disconnect(struct Client *cptr); extern void ip_registry_connect_succeeded(struct Client *cptr); #endif /* INCLUDED_ipcheck_h */ -