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 1603f4e6..980bd47b 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -453,7 +453,7 @@ char *str_find(struct idlist **, int); char *idpair_find(struct idlist **, const char *); void append_str_list(struct idlist **, struct idlist **); void expunge_uids(struct query *); -void uid_end_query(struct query *); +void uid_swap_lists(struct query *); void write_saved_lists(struct query *, const char *); /* rcfile_y.y */ |