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 bd046783..2c2fdb1b 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -67,6 +67,7 @@ struct hostdata /* shared among all user connections to given server */
int timeout;
char *envelope;
int skip;
+ int no_dns;
#ifdef linux
char *interface;
@@ -101,7 +102,7 @@ struct query
int keep;
int fetchall;
int flush;
- int norewrite;
+ int no_rewrite;
int limit;
int fetchlimit;
int batchlimit;