aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-09 21:57:15 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-09 21:57:15 +0000
commit63e95dfd487fcf373edff8df36d906b50f5c19c7 (patch)
tree9ca70ee8fe05947750b7d1e926038d5cf6c4f9ae /fetchmail.h
parent30041d963fb87fee22d9e13dad96e9699d33d4e3 (diff)
downloadfetchmail-63e95dfd487fcf373edff8df36d906b50f5c19c7.tar.gz
fetchmail-63e95dfd487fcf373edff8df36d906b50f5c19c7.tar.bz2
fetchmail-63e95dfd487fcf373edff8df36d906b50f5c19c7.zip
Correct generation of X-Fetchmail-Warning header.
svn path=/trunk/; revision=526
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 6dd5f115..93ec9131 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -172,7 +172,7 @@ void reply_hack(char *, const char *);
char *nxtaddr(const char *);
void initialize_saved_lists(struct query *, char *);
-void save_uid(struct idlist **, int, char *);
+struct idlist *save_uid(struct idlist **, int, char *);
void free_uid_list(struct idlist **);
void save_id_pair(struct idlist **, char *, char *);
void free_idpair_list(struct idlist **);