From ef5529b27865adc79cd4d48f932d477b1d79b94e Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 25 Oct 2000 17:00:36 +0000 Subject: Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE uses, and other minor fixes. --- include/busybox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/busybox.h b/include/busybox.h index e55f17c..d947ba3 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -345,6 +345,7 @@ extern const char *applet_name; extern void usage(const char *usage) __attribute__ ((noreturn)); extern void errorMsg(const char *s, ...) __attribute__ ((format (printf, 1, 2))); extern void fatalError(const char *s, ...) __attribute__ ((noreturn, format (printf, 1, 2))); +extern void perrorMsg(const char *s, ...) __attribute__ ((format (printf, 1, 2))); extern void fatalPerror(const char *s, ...) __attribute__ ((noreturn, format (printf, 1, 2))); const char *modeString(int mode); -- cgit v1.1