/* error.h  (Steve Hill)  1.2  3/9/90$ */

/* ERROR.H
 *
 * Header file for error.c.
 */

void		FatalError(),
		Error();

