aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-28 17:42:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-28 17:42:08 +0000
commit7f52702a7fd4711e863af33beee1f370e4eccdbf (patch)
tree91d5131811cea671a8a06371152ec32e905cb8d5 /fetchmail.h
parent148d6bd667c1b414e9620fcaafe6cc77603cde5f (diff)
downloadfetchmail-7f52702a7fd4711e863af33beee1f370e4eccdbf.tar.gz
fetchmail-7f52702a7fd4711e863af33beee1f370e4eccdbf.tar.bz2
fetchmail-7f52702a7fd4711e863af33beee1f370e4eccdbf.zip
Abolish servername mamber, go to servernames list.
svn path=/trunk/; revision=582
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 194b472c..a61744e2 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -61,7 +61,7 @@ struct idlist
struct query
{
/* per-host data */
- char servername [HOSTLEN+1];
+ struct idlist *servernames; /* servername first, then akas*/
struct idlist *localnames;
int wildcard; /* true if unmatched names should be passed through */
int protocol;
@@ -98,7 +98,6 @@ struct query
struct query *lead_smtp; /* pointer to this query's SMTP leader */
FILE *smtp_sockfp; /* socket descriptor for SMTP connection */
struct query *lead_server; /* pointer to lead query for this server */
- struct idlist *aka; /* server alias list */
unsigned int uid; /* UID of user to deliver to */
char digest [DIGESTLEN]; /* md5 digest buffer */
#ifdef HAVE_GETHOSTBYNAME