diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-07-01 10:58:23 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-07-01 10:58:23 +0000 |
commit | 04b1eaf99dc25e2974f8ddd9692d67f6357cf93d (patch) | |
tree | 8c7ca0285928c0154f87c864cb223891b279407e /fetchmail.h | |
parent | 22fe7c94d3c6a1b2618d03a00a25675fdb83ac25 (diff) | |
download | fetchmail-04b1eaf99dc25e2974f8ddd9692d67f6357cf93d.tar.gz fetchmail-04b1eaf99dc25e2974f8ddd9692d67f6357cf93d.tar.bz2 fetchmail-04b1eaf99dc25e2974f8ddd9692d67f6357cf93d.zip |
Limit damage from bad UIDL handling.
svn path=/trunk/; revision=2921
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 */ |