diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-24 20:56:44 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-24 20:56:44 +0000 |
commit | 10af4f205182e3acd6654d4997e2351e7860849a (patch) | |
tree | 5e7560b2a2f555b6a9bbfa861ff13ef18796b70b /fetchmail.h | |
parent | 5a4181c31df9e925f3e6c0b978bf54e66629ee52 (diff) | |
download | fetchmail-10af4f205182e3acd6654d4997e2351e7860849a.tar.gz fetchmail-10af4f205182e3acd6654d4997e2351e7860849a.tar.bz2 fetchmail-10af4f205182e3acd6654d4997e2351e7860849a.zip |
Added the via option.
svn path=/trunk/; revision=1179
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index a9775c70..24ef5ee0 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -78,6 +78,7 @@ typedef char flag; struct hostdata /* shared among all user connections to given server */ { /* rc file data */ + char *via; /* "true" server name if non-NULL */ struct idlist *names; /* server name first, then akas */ struct idlist *localdomains; /* list of pass-through domains */ int protocol; /* protocol type */ |