aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-01-22 22:48:24 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-01-22 22:48:24 +0000
commit267d78cd2d5eedbe4fc5ef40931d73c8927e6d8b (patch)
treeb020c9065e9c0b2255f90ef4a69139a1eaa217c3 /fetchmail.h
parenta0b445a903dd44b04ea114e1fb0ca48375017444 (diff)
downloadfetchmail-267d78cd2d5eedbe4fc5ef40931d73c8927e6d8b.tar.gz
fetchmail-267d78cd2d5eedbe4fc5ef40931d73c8927e6d8b.tar.bz2
fetchmail-267d78cd2d5eedbe4fc5ef40931d73c8927e6d8b.zip
ESMTP SIZE option support.
svn path=/trunk/; revision=804
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 1 insertions, 2 deletions
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);