This commit was generated by cvs2svn to compensate for changes in r2,
[ircu2.10.12-pk.git] / include / map.h
1 #ifndef MAP_H
2 #define MAP_H
3
4 /*=============================================================================
5  * Proto types
6  */
7
8 extern int m_map(aClient *cptr, aClient *sptr, int parc, char *parv[]);
9
10 #endif /* MAP_H */