From 356cddf07d1984f631e34f055395baf588068b73 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 29 Sep 2011 23:25:05 +0200 Subject: [PATCH] error.h: Incorrect name in function prototype --- error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.h b/error.h index fbd548c..7d152e3 100644 --- a/error.h +++ b/error.h @@ -27,7 +27,7 @@ void usage(const char *msg, ...); void warn(const char *msg, ...); -void die(const char *msg, ...); +void fatal(const char *msg, ...); int error(const char *msg, ...);