X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2FIPcheck.h;h=4062a90edd62ab2eed0c4e06e98b764765a08ff5;hb=fda30451cac5936729c683d38a700f4928812c6f;hp=a81747ce77fe4d6337a6c6a333ef39e345eea5ad;hpb=73b227d6b3e2c89d655e23aedf9a318bc192212b;p=ircu2.10.12-pk.git diff --git a/include/IPcheck.h b/include/IPcheck.h index a81747c..4062a90 100644 --- a/include/IPcheck.h +++ b/include/IPcheck.h @@ -20,12 +20,12 @@ struct Client; /* * Prototypes */ +extern void IPcheck_init(void); extern int IPcheck_local_connect(struct in_addr ip, time_t* next_target_out); extern void IPcheck_connect_fail(struct in_addr ip); 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); extern unsigned short IPcheck_nr(struct Client* cptr); -extern void IPcheck_expire(); #endif /* INCLUDED_ipcheck_h */