aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-09-13 06:47:46 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-09-13 06:47:46 +0000
commit1d72e50456b06d53bcdec968d7295c76471bd204 (patch)
tree78ed90932b62821ca78b5d186af51ed32bc9366d /fetchmail.h
parent1f91c0381a8b8a00c97a9839fff11e0da9083616 (diff)
downloadfetchmail-1d72e50456b06d53bcdec968d7295c76471bd204.tar.gz
fetchmail-1d72e50456b06d53bcdec968d7295c76471bd204.tar.bz2
fetchmail-1d72e50456b06d53bcdec968d7295c76471bd204.zip
Sunil Shetye's latest cleanup patch.
svn path=/trunk/; revision=3712
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 394ed269..8bdfbc57 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -485,6 +485,7 @@ int interruptible_idle(int interval);
/* sink.c: forwarding */
void smtp_close(struct query *, int);
int smtp_open(struct query *);
+char *rcpt_address(struct query *, const char *, int);
int stuffline(struct query *, char *);
int open_sink(struct query*, struct msgblk *, int*, int*);
void release_sink(struct query *);