aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-08-06 08:25:55 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-08-06 08:25:55 +0000
commited41914db25525515d52f28b7c3771b2895fac68 (patch)
treee2098884bcc365a6310a6d825efb3fcde8e5f5c8 /fetchmail.h
parent69201e688442e95f376ec4d6d395ed749ce3e821 (diff)
downloadfetchmail-ed41914db25525515d52f28b7c3771b2895fac68.tar.gz
fetchmail-ed41914db25525515d52f28b7c3771b2895fac68.tar.bz2
fetchmail-ed41914db25525515d52f28b7c3771b2895fac68.zip
Two of Matthias Andree's four bugs.
svn path=/trunk/; revision=3444
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 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