This commit was generated by cvs2svn to compensate for changes in r2,
[ircu2.10.12-pk.git] / include / IPcheck.h
1 #ifndef IPCHECK_H
2 #define IPCHECK_H
3
4 /*=============================================================================
5  * Proto types
6  */
7
8 extern int IPcheck_local_connect(aClient *cptr);
9 extern void IPcheck_connect_fail(aClient *cptr);
10 extern void IPcheck_connect_succeeded(aClient *cptr);
11 extern int IPcheck_remote_connect(aClient *cptr, const char *hostname,
12     int is_burst);
13 extern void IPcheck_disconnect(aClient *cptr);
14 extern unsigned short IPcheck_nr(aClient *cptr);
15
16 #endif /* IPCHECK_H */