From a755ecd2b0a3c8e800feeeae5fb8d6212d065266 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 16 Aug 1997 00:02:36 +0000 Subject: Wolfgang Wander's patch for better UIDL-only support. svn path=/trunk/; revision=1272 --- fetchmail.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 0db3f4b3..a3ded780 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -245,6 +245,9 @@ void save_str_pair(struct idlist **, const char *, const char *); void free_str_pair_list(struct idlist **); int delete_str(struct idlist **, int); int str_in_list(struct idlist **, const char *); +int str_nr_in_list(struct idlist **, const char *); +int count_list( struct idlist **idl ); +char *str_from_nr_list( struct idlist **idl, int number ); char *str_find(struct idlist **, int); char *idpair_find(struct idlist **, const char *); void append_str_list(struct idlist **, struct idlist **); -- cgit v1.2.3