aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-12-26 14:30:30 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-12-26 14:30:30 +0000
commit17c363ec5e29760a99502afd70769d6a4c7ae63e (patch)
tree8313c91aff4c0e6825327ac9c98f1e78a83a48b4 /fetchmail.h
parent1c34302390ef8d7a3419d1723682a4487796f75c (diff)
downloadfetchmail-17c363ec5e29760a99502afd70769d6a4c7ae63e.tar.gz
fetchmail-17c363ec5e29760a99502afd70769d6a4c7ae63e.tar.bz2
fetchmail-17c363ec5e29760a99502afd70769d6a4c7ae63e.zip
Drastically simplified UIDL code.
svn path=/trunk/; revision=2686
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 2a4f7af2..c98c18ea 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -433,8 +433,6 @@ 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 update_str_lists(struct query *);
-void uid_expunge(struct query *);
void write_saved_lists(struct query *, const char *);
/* rcfile_y.y */