From 5dc68d27d1e979147642d4682044751f029b817c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 13 Oct 1996 03:19:51 +0000 Subject: Fixes for UIDL and Kerberos problems. svn path=/trunk/; revision=319 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 82471678..24d8d0ab 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -149,6 +149,7 @@ void save_uid(struct idlist **, int, char *); void free_uid_list(struct idlist **); int delete_uid(struct idlist **, int); int uid_in_list(struct idlist **, char *); +char *uid_find(struct idlist **, int); void update_uid_lists(struct hostrec *); void write_saved_lists(struct hostrec *, char *); -- cgit v1.2.3