aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-03-14 06:42:53 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-03-14 06:42:53 +0000
commitff0976ad08b3dda64a55daf19892367e1367cf22 (patch)
tree108e1cae4ad4acbc17c069b975054ecfc47a52a4 /fetchmail.h
parentf34b0b77094710429baf281a4f567aaff526a756 (diff)
downloadfetchmail-ff0976ad08b3dda64a55daf19892367e1367cf22.tar.gz
fetchmail-ff0976ad08b3dda64a55daf19892367e1367cf22.tar.bz2
fetchmail-ff0976ad08b3dda64a55daf19892367e1367cf22.zip
Fix a Debian bug.
svn path=/trunk/; revision=2827
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index fa38c73e..d469d3c2 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -433,6 +433,7 @@ char *nxtaddr(const char *);
void initialize_saved_lists(struct query *, const char *);
struct idlist *save_str(struct idlist **, const char *, flag);
void free_str_list(struct idlist **);
+struct idlist *copy_str_list(struct idlist *idl);
void save_str_pair(struct idlist **, const char *, const char *);
void free_str_pair_list(struct idlist **);
int delete_str(struct idlist **, int);