summaryrefslogtreecommitdiff
path: root/unproto/error.h
blob: dfb27e90670d59abc98186c232b7ddcc1bfd20be (plain)
1
2
3
4
5
6
/* @(#) error.h 1.2 92/01/15 21:53:14 */

extern int errcount;			/* error counter */
extern void error();			/* default context */
extern void error_where();		/* user-specified context */
extern void fatal();			/* fatal error */