diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-05 18:37:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-05 18:37:27 +0000 |
commit | bb47357c19cc54ef9144f4ce3858492ccd5c083c (patch) | |
tree | 92ba4341be3d375d2abce08a3f54f5ca66a9b2b4 /fetchmail.h | |
parent | 15591c53ff9eaea05b6ba6cb387bd7b8e492d292 (diff) | |
download | fetchmail-bb47357c19cc54ef9144f4ce3858492ccd5c083c.tar.gz fetchmail-bb47357c19cc54ef9144f4ce3858492ccd5c083c.tar.bz2 fetchmail-bb47357c19cc54ef9144f4ce3858492ccd5c083c.zip |
Prototype fix.
svn path=/trunk/; revision=1308
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 c593e610..3fbb1cb9 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -258,7 +258,7 @@ void update_str_lists(struct query *); void write_saved_lists(struct query *, const char *); /* rcfile_y.y */ -int prc_parse_file(const char *, flag); +int prc_parse_file(const char *, const flag); int prc_filecheck(const char *); /* base64.c */ |