From 56a569ff306e08ecb5f8252a865617ed7e602a6a Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 10 Feb 2010 01:55:52 +0100 Subject: Refactoring: Rename smtp_open() to smtp_setup() --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') 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*); -- cgit v1.2.3