From 93aa31ffc1624a9bc6a985a4c5679bac2ceb5e9a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 17 Mar 1998 18:03:58 +0000 Subject: Dick van den Burg's patch. svn path=/trunk/; revision=1705 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 76b88bff..9dda132c 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -307,6 +307,7 @@ 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 *); +void str_set_mark( struct idlist **, const char *, const flag); int count_list( struct idlist **idl ); char *str_from_nr_list( struct idlist **idl, int number ); char *str_find(struct idlist **, int); -- cgit v1.2.3