From 0922eb1ccb33983bd4ad2d5c38475d56e2e60137 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 17 Dec 1996 02:09:51 +0000 Subject: Use error() for messages almost everywhere. svn path=/trunk/; revision=636 --- fetchmail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 9e10cd0d..e2d65be6 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -162,9 +162,11 @@ extern int smtp_response; /* numeric value of SMTP response code */ /* prototypes for globally callable functions */ #if defined(HAVE_STDARG_H) +void error (int status, int errnum, const char *format, ...); void gen_send (FILE *sockfp, char *, ... ); int gen_transact (FILE *sockfp, char *, ... ); #else +void error (); void gen_send (); int gen_transact (); #endif -- cgit v1.2.3