From 10af4f205182e3acd6654d4997e2351e7860849a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 24 Jul 1997 20:56:44 +0000 Subject: Added the via option. svn path=/trunk/; revision=1179 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') 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 */ -- cgit v1.2.3