diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-07-03 03:24:19 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-07-03 03:24:19 +0000 |
commit | 486c6b5f15311f5d4c43512749f1c14a69f5ece9 (patch) | |
tree | 9e33096ed2eef240e47a9170ef3eb437dd81d4e5 /fetchmail.h | |
parent | 38a50aa15463362c59af69ac80e95f713bad27e3 (diff) | |
download | fetchmail-486c6b5f15311f5d4c43512749f1c14a69f5ece9.tar.gz fetchmail-486c6b5f15311f5d4c43512749f1c14a69f5ece9.tar.bz2 fetchmail-486c6b5f15311f5d4c43512749f1c14a69f5ece9.zip |
Got rid of verbose member, changed whicpop to protocol.
svn path=/trunk/; revision=28
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 4 |
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; |