aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2020-03-30 14:03:03 +0200
committerMatthias Andree <matthias.andree@gmx.de>2020-03-30 14:03:03 +0200
commitd3d47ccbc933ee34151f0b42b83553a2f0e2b181 (patch)
treed05880b30043ed5c7d8144aa76dbd4a483142431 /fetchmail.h
parent463740a486ff322662f0553783fbae92f72f3464 (diff)
downloadfetchmail-d3d47ccbc933ee34151f0b42b83553a2f0e2b181.tar.gz
fetchmail-d3d47ccbc933ee34151f0b42b83553a2f0e2b181.tar.bz2
fetchmail-d3d47ccbc933ee34151f0b42b83553a2f0e2b181.zip
Properly error-check reading the idfile.
Fixes #3 (Gitlab issue#).
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 70187309..2db6d880 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -605,7 +605,7 @@ char *nxtaddr(const char *);
/* uid.c: UID support */
extern int dofastuidl;
-void initialize_saved_lists(struct query *hostlist, const char *idfile);
+int initialize_saved_lists(struct query *hostlist, const char *idfile);
void expunge_uids(struct query *ctl);
void uid_swap_lists(struct query *ctl);
void uid_discard_new_list(struct query *ctl);