aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-01-28 00:16:15 +0000
committerMatthias Andree <matthias.andree@gmx.de>2010-01-28 00:16:15 +0000
commit339e736dbc1d11b4aa0551806b028194c8d08a97 (patch)
treea6b6576f99cfd6edea4b7a15b61c7c20ae336a2a /sink.c
parent6827f405d1239ba41e62181c88ab6cff51ca44f8 (diff)
downloadfetchmail-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sink.c b/sink.c
index 703bea58..8a0561f8 100644
--- a/sink.c
+++ b/sink.c
@@ -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)