From 267d78cd2d5eedbe4fc5ef40931d73c8927e6d8b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 22 Jan 1997 22:48:24 +0000 Subject: ESMTP SIZE option support. svn path=/trunk/; revision=804 --- fetchmail.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index d65c9c85..729b354e 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -37,6 +37,7 @@ #define PS_EXCLUDE 8 /* exclusion error */ #define PS_SMTP 9 /* SMTP error */ #define PS_UNDEFINED 10 /* something I hadn't thought of */ +#define PS_TRANSIENT 11 /* transient failure (internal use) */ /* output noise level */ #define O_SILENT 0 /* mute, max squelch, etc. */ @@ -172,8 +173,6 @@ extern int linelimit; /* limit # lines retrieved per site */ extern int versioninfo; /* emit only version info */ extern char *user; /* name of invoking user */ -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); -- cgit v1.2.3