diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-10 01:55:52 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-10 01:55:52 +0100 |
commit | 56a569ff306e08ecb5f8252a865617ed7e602a6a (patch) | |
tree | 36024987ea3f32034551ce0e67fa7e42155da0a0 /fetchmail.h | |
parent | 84508cb3ad69e1a4ae44e46eb7292ff174f49a2f (diff) | |
download | fetchmail-56a569ff306e08ecb5f8252a865617ed7e602a6a.tar.gz fetchmail-56a569ff306e08ecb5f8252a865617ed7e602a6a.tar.bz2 fetchmail-56a569ff306e08ecb5f8252a865617ed7e602a6a.zip |
Refactoring: Rename smtp_open() to smtp_setup()
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
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*); |