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 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 */ |