c325432405ad6318ff170181d4f010a1744e8d1d
[ircu2.10.12-pk.git] / include / s_auth.h
1 #ifndef S_AUTH_H
2 #define S_AUTH_H
3
4 /*=============================================================================
5  * Proto types
6  */
7
8 extern void start_auth(aClient *cptr);
9 extern void send_authports(aClient *cptr);
10 extern void read_authports(aClient *cptr);
11
12 #endif /* S_AUTH_H */