Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / include / IPcheck.h
index c17769432548e3b77eebb32563bed3f00fc13e2a..088129a546bb07a717ff8575ead172f7edf8528f 100644 (file)
@@ -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 */
-