From 5f058ab87310d6599e2a2bd7aeada76ae83408f2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 5 Oct 1996 18:09:01 +0000 Subject: Abstract out host allocation. svn path=/trunk/; revision=230 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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 */ -- cgit v1.2.3