This commit was generated by cvs2svn to compensate for changes in r2,
[ircu2.10.12-pk.git] / include / whocmds.h
1 #ifndef WHOCMDS_H
2 #define WHOCMDS_H
3
4 /*=============================================================================
5  * Macro's
6  */
7
8 /*=============================================================================
9  * Proto types
10  */
11
12 extern int m_who(aClient *cptr, aClient *sptr, int parc, char *parv[]);
13 extern int m_whois(aClient *cptr, aClient *sptr, int parc, char *parv[]);
14
15 #endif /* WHOCMDS_H */