aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
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 *);