diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-01-28 00:16:15 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-01-28 00:16:15 +0000 |
commit | 339e736dbc1d11b4aa0551806b028194c8d08a97 (patch) | |
tree | a6b6576f99cfd6edea4b7a15b61c7c20ae336a2a /sink.c | |
parent | 6827f405d1239ba41e62181c88ab6cff51ca44f8 (diff) | |
download | fetchmail-339e736dbc1d11b4aa0551806b028194c8d08a97.tar.gz fetchmail-339e736dbc1d11b4aa0551806b028194c8d08a97.tar.bz2 fetchmail-339e736dbc1d11b4aa0551806b028194c8d08a97.zip |
Declare Sunil's new smtp_rset() function static.
There is currently no user outside the compilation unit, so there is no need
to have it visible.
svn path=/branches/BRANCH_6-3/; revision=5464
Diffstat (limited to 'sink.c')
-rw-r--r-- | sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ void smtp_close(struct query *ctl, int sayquit) batchcount = 0; } -void smtp_rset(struct query *ctl) +static void smtp_rset(struct query *ctl) /* reset the mail transaction */ { if (SMTP_rset(ctl->smtp_socket, ctl->smtphostmode) == SM_UNRECOVERABLE) |