diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
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); |