aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 90b8ee63..773daff3 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -45,12 +45,10 @@
#define TO_STDOUT 2 /* use stdout */
#define TO_MDA 3 /* use agent */
-/* Command-line arguments are passed in this structure type */
struct optrec {
int versioninfo;
int keep;
- int verbose;
- int whichpop;
+ int protocol;
int limit;
int fetchall;
int flush;