File: s_err.h

package info (click to toggle)
ircd 2.10.04-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,248 kB
  • ctags: 2,145
  • sloc: ansic: 26,591; makefile: 666; sh: 418; perl: 18
file content (11 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#ifndef S_ERR_H
#define S_ERR_H

/*=============================================================================
 * Proto types
 */

extern char *err_str(int numeric);
extern char *rpl_str(int numeric);

#endif /* S_ERR_H */