aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail.h2
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 */