diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-15 23:45:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-15 23:45:08 +0000 |
commit | e69274122db6f97b940b82df119afb165e295cf9 (patch) | |
tree | 73ad8769a0b644bf12ecebbb4125cd6336a7b41b /fetchmail.h | |
parent | b9396f9d9f0c288376197d7c0d2bea343236f539 (diff) | |
download | fetchmail-e69274122db6f97b940b82df119afb165e295cf9.tar.gz fetchmail-e69274122db6f97b940b82df119afb165e295cf9.tar.bz2 fetchmail-e69274122db6f97b940b82df119afb165e295cf9.zip |
Wolfgang Wander's patches.
svn path=/trunk/; revision=1516
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 1ea49ae2..ed43b94a 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -269,6 +269,7 @@ 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 str_nr_last_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); |