aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-01-16 17:40:22 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-01-16 17:40:22 +0000
commit1678177dafd26844079cff785865550e0b1ddb41 (patch)
treeb20e19f3d24612aa16034f4bdef0b57c900bd01b /fetchmail.h
parentf7ca66b6c85e50afffeeb891565acfa537828445 (diff)
downloadfetchmail-1678177dafd26844079cff785865550e0b1ddb41.tar.gz
fetchmail-1678177dafd26844079cff785865550e0b1ddb41.tar.bz2
fetchmail-1678177dafd26844079cff785865550e0b1ddb41.zip
Various minor fixes.
svn path=/trunk/; revision=2710
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 0e19d7cb..c5cc8671 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -433,7 +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 uid_end_query(struct query *);
void write_saved_lists(struct query *, const char *);
/* rcfile_y.y */