diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index 0beccbc3..bacad070 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -220,7 +220,7 @@ struct hostdata /* shared among all user connections to given server */ #endif /* SDPS_ENABLE */ flag checkalias; /* resolve aliases by comparing IPs? */ char *principal; /* Kerberos principal for mail service */ - + char *esmtp_name, *esmtp_password; /* ESMTP AUTH information */ #if defined(linux) || defined(__FreeBSD__) char *interface; |