Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / IPcheck.h
index ee17ac39f6feec1c1ee20ed3f1fef69373ed9253..f26e222ad88ce87a84fe59272aab4f6a9f9439a4 100644 (file)
@@ -23,9 +23,9 @@ struct Client;
 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, const char *hostname,
-    int is_burst);
+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 */