/*
 * $Id: error.h,v 1.1 2003/02/26 03:24:41 andrewtaylor Exp $
 */

#ifndef ERROR_H
#define ERROR_H

void errorFatal(const char *fmt, ...);
void errorWarning(const char *fmt, ...);

#endif
