This commit was generated by cvs2svn to compensate for changes in r2,
[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 */