diff options
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 */ |