Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / include / IPcheck.h
index e47eb31d3af72ed9388b9986573a35e0e91e2d5e..0c7f23fe50d9258246383cbfdc31db37c1ecfc50 100644 (file)
@@ -18,6 +18,7 @@ struct Client;
  *--------------------------------------------------------------------------*/
 extern void ip_registry_expire(void);
 extern int  ip_registry_check_local(unsigned int addr, time_t* next_target_out);
+extern void ip_registry_add_local(unsigned int addr);
 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);