aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-04 05:05:23 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-04 05:05:23 +0000
commit2afc40a88856ba00c517ca9d58ec834a3492aa91 (patch)
tree91a1adb2293e3468da140cfb2031568eca886928 /fetchmail.h
parentd2fa025b2f64bd04e19d192051463d336bb8fdd1 (diff)
downloadfetchmail-2afc40a88856ba00c517ca9d58ec834a3492aa91.tar.gz
fetchmail-2afc40a88856ba00c517ca9d58ec834a3492aa91.tar.bz2
fetchmail-2afc40a88856ba00c517ca9d58ec834a3492aa91.zip
Remodularize so the parser is more self-contained.
svn path=/trunk/; revision=1150
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 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 *);