aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-12-26 20:23:57 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-12-26 20:23:57 +0000
commit31fbe7cac1c4d1ed16f9fd51ee48419c61f9e4ad (patch)
treee8654618769b6bec68862add92f36e07607ecb7e /fetchmail.h
parent8ef900b0a6b08385cd3e90907bfcd90d946d9bc5 (diff)
downloadfetchmail-31fbe7cac1c4d1ed16f9fd51ee48419c61f9e4ad.tar.gz
fetchmail-31fbe7cac1c4d1ed16f9fd51ee48419c61f9e4ad.tar.bz2
fetchmail-31fbe7cac1c4d1ed16f9fd51ee48419c61f9e4ad.zip
Fixes for brown-paper-bag bug.
svn path=/trunk/; revision=2688
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index c98c18ea..0e19d7cb 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -433,6 +433,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_expunge_query(struct query *);
void write_saved_lists(struct query *, const char *);
/* rcfile_y.y */