From 3dd9a93bd23e0ad36e52ffd79efe2dcbdaf85272 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 15 May 1997 16:09:24 +0000 Subject: -Wall cleanup. svn path=/trunk/; revision=1011 --- fetchmail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 3dc569a3..a50659e5 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -189,6 +189,7 @@ 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, ...); +void error_at_line (int, int, const char *, unsigned int, const char *, ...); void gen_send (int sock, char *, ... ); int gen_recv(int sock, char *buf, int size); int gen_transact (int sock, char *, ... ); @@ -196,6 +197,7 @@ int gen_transact (int sock, char *, ... ); void error (); void error_build (); void error_complete (); +void error_at_line (); void gen_send (); int gen_transact (); #endif -- cgit v1.2.3