aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-22 21:39:15 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-22 21:39:15 +0000
commit99f3b480230cdc38b91dec08b361a97cc8c13b8d (patch)
tree09bcc1fe1e1f9d422605ee1bc6561405abc87250 /fetchmail.h
parente97d69be53c031cf2c52d31eb2063c8bc89aa185 (diff)
downloadfetchmail-99f3b480230cdc38b91dec08b361a97cc8c13b8d.tar.gz
fetchmail-99f3b480230cdc38b91dec08b361a97cc8c13b8d.tar.bz2
fetchmail-99f3b480230cdc38b91dec08b361a97cc8c13b8d.zip
Gunther Leber's patch.
svn path=/trunk/; revision=1796
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 6a9c47d1..f45d6741 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -329,7 +329,7 @@ void write_saved_lists(struct query *, const char *);
/* rcfile_y.y */
int prc_parse_file(const char *, const flag);
-int prc_filecheck(const char *);
+int prc_filecheck(const char *, const flag);
/* base64.c */
void to64frombits(unsigned char *, const unsigned char *, int);