aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 44dc2917..a50e4dd0 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -70,6 +70,7 @@ struct hostrec
int fetchall;
int flush;
int norewrite;
+ int explicit;
int port;
/* state used for tracking UIDL ids */
@@ -79,8 +80,8 @@ struct hostrec
int output;
struct hostrec *next;
-#if defined(HAVE_APOP_SUPPORT)
/* internal use only */
+#if defined(HAVE_APOP_SUPPORT)
char digest [DIGESTLEN];
#endif
};