Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / IPcheck.h
index a81747ce77fe4d6337a6c6a333ef39e345eea5ad..4062a90edd62ab2eed0c4e06e98b764765a08ff5 100644 (file)
@@ -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 */