From 2afc40a88856ba00c517ca9d58ec834a3492aa91 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 4 Jul 1997 05:05:23 +0000 Subject: Remodularize so the parser is more self-contained. svn path=/trunk/; revision=1150 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 8ebc0e43..a903134c 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -239,7 +239,7 @@ void optmerge(struct query *, struct query *); char *MD5Digest (char *); int daemonize(const char *, void (*)(int)); -int prc_parse_file(const char *); +int prc_parse_file(const char *, bool); int prc_filecheck(const char *); void interface_parse(char *, struct hostdata *); -- cgit v1.2.3