diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-16 00:02:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-16 00:02:36 +0000 |
commit | a755ecd2b0a3c8e800feeeae5fb8d6212d065266 (patch) | |
tree | 980843273f37ef8da2f2f0a67308cc0d5a084b26 /fetchmail.h | |
parent | 31593524646b3495fb82500528bf935b181d454b (diff) | |
download | fetchmail-a755ecd2b0a3c8e800feeeae5fb8d6212d065266.tar.gz fetchmail-a755ecd2b0a3c8e800feeeae5fb8d6212d065266.tar.bz2 fetchmail-a755ecd2b0a3c8e800feeeae5fb8d6212d065266.zip |
Wolfgang Wander's patch for better UIDL-only support.
svn path=/trunk/; revision=1272
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 **); |