ee746ae3a5f65793dcef4c3185ff1171f71ca6c7
[ircu2.10.12-pk.git] / include / s_err.h
1 #ifndef S_ERR_H
2 #define S_ERR_H
3
4 /*=============================================================================
5  * Proto types
6  */
7
8 extern char *err_str(int numeric);
9 extern char *rpl_str(int numeric);
10
11 #endif /* S_ERR_H */