From ed41914db25525515d52f28b7c3771b2895fac68 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 6 Aug 2001 08:25:55 +0000 Subject: Two of Matthias Andree's four bugs. svn path=/trunk/; revision=3444 --- fetchmail.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index f171d67c..87e08e57 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -380,8 +380,7 @@ extern char *home; /* home directory of invoking user */ extern char *fmhome; /* fetchmail home directory */ extern int pass; /* number of re-polling pass */ extern flag configdump; /* dump control blocks as Python dictionary */ -extern const char *fetchmailhost; - /* either "localhost" or an FQDN */ +extern char *fetchmailhost; /* either "localhost" or an FQDN */ extern int suppress_tags; /* suppress tags in tagged protocols? */ extern char shroud[PASSWORDLEN]; /* string to shroud in debug output */ #ifdef SDPS_ENABLE -- cgit v1.2.3