diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-05 18:09:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-05 18:09:01 +0000 |
commit | 5f058ab87310d6599e2a2bd7aeada76ae83408f2 (patch) | |
tree | 557305b72401c18def5579aad25248635b1c8208 /fetchmail.h | |
parent | b2cf82ab2b395215a0214833a77f46b871fc5114 (diff) | |
download | fetchmail-5f058ab87310d6599e2a2bd7aeada76ae83408f2.tar.gz fetchmail-5f058ab87310d6599e2a2bd7aeada76ae83408f2.tar.bz2 fetchmail-5f058ab87310d6599e2a2bd7aeada76ae83408f2.zip |
Abstract out host allocation.
svn path=/trunk/; revision=230
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 cc25f178..ef9d8b55 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -101,7 +101,7 @@ struct method extern char tag[TAGLEN]; /* list of hosts assembled from run control file and command line */ -extern struct hostrec cmd_opts, *hostlist, *hosttail; +extern struct hostrec cmd_opts, *hostlist; /* controls the detail level of status/progress messages written to stderr */ extern int outlevel; /* see the O_.* constants above */ |