aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 6062c6c6..495ec823 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -78,8 +78,9 @@ typedef char flag;
struct hostdata /* shared among all user connections to given server */
{
/* rc file data */
+ char *pollname; /* poll label of host */
char *via; /* "true" server name if non-NULL */
- struct idlist *names; /* server name first, then akas */
+ struct idlist *akalist; /* server name first, then akas */
struct idlist *localdomains; /* list of pass-through domains */
int protocol; /* protocol type */
int port; /* TCP/IP service port number */