aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-30 20:10:02 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-30 20:10:02 +0000
commitb20a403a58d2a50e16b0057259b3c6d37e1685ea (patch)
tree2d33927872459562e13921f1c1a922fb16d49617 /fetchmail.h
parent207601ccb5c5c4af8ebefb43ac58b5e95c7fe01e (diff)
downloadfetchmail-b20a403a58d2a50e16b0057259b3c6d37e1685ea.tar.gz
fetchmail-b20a403a58d2a50e16b0057259b3c6d37e1685ea.tar.bz2
fetchmail-b20a403a58d2a50e16b0057259b3c6d37e1685ea.zip
Try to accomodate spam filtering
svn path=/trunk/; revision=588
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index e524e6af..8c68e1a0 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -156,6 +156,8 @@ 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 gen_send (FILE *sockfp, char *, ... );