From fd6baae853bc1733576c6709bcfdbc7852a72e8f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 13 Feb 2001 20:25:48 +0000 Subject: Cleanup. svn path=/trunk/; revision=3091 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') 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; -- cgit v1.2.3