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 c459bdca..d0991386 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -556,6 +556,7 @@ extern volatile int lastsig;
/* sink.c: forwarding */
void smtp_close(struct query *, int);
int smtp_open(struct query *);
+int smtp_setup(struct query *);
char *rcpt_address(struct query *, const char *, int);
int stuffline(struct query *, char *);
int open_sink(struct query*, struct msgblk *, int*, int*);