From eb86f615066e71738f8f9ab924118e789380c873 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 30 Dec 1996 21:02:16 +0000 Subject: Cleaned up ticker dots code. svn path=/trunk/; revision=708 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 905bc211..7b194c24 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -164,6 +164,7 @@ extern int smtp_response; /* numeric value of SMTP response code */ /* prototypes for globally callable functions */ #if defined(HAVE_STDARG_H) +void error_init(int foreground); void error (int status, int errnum, const char *format, ...); void error_build (const char *format, ...); void error_complete (int status, int errnum, const char *format, ...); -- cgit v1.2.3