aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-13 20:25:48 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-13 20:25:48 +0000
commitfd6baae853bc1733576c6709bcfdbc7852a72e8f (patch)
tree212d5cde68dab09e4aabc9288f7b537bfc65052f /fetchmail.h
parentb4d6afdfb1f5fe1ff3b69708eb9d8d714b81f0cb (diff)
downloadfetchmail-fd6baae853bc1733576c6709bcfdbc7852a72e8f.tar.gz
fetchmail-fd6baae853bc1733576c6709bcfdbc7852a72e8f.tar.bz2
fetchmail-fd6baae853bc1733576c6709bcfdbc7852a72e8f.zip
Cleanup.
svn path=/trunk/; revision=3091
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index b1b37d05..083d6887 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -361,7 +361,7 @@ 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 suppress_tags; /* suppress tags in tagged protocols? */
+extern int suppress_tags; /* suppress tags in tagged protocols? */
#ifdef SDPS_ENABLE
extern char *sdps_envfrom;
extern char *sdps_envto;