]> Pileus Git - ~andy/fetchmail/commitdiff
Declare Sunil's new smtp_rset() function static.
authorMatthias Andree <matthias.andree@gmx.de>
Thu, 28 Jan 2010 00:16:15 +0000 (00:16 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Thu, 28 Jan 2010 00:16:15 +0000 (00:16 -0000)
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

sink.c

diff --git a/sink.c b/sink.c
index 703bea58fd7dca57308409a9b537356f920f4237..8a0561f8fbc0fb73e7e465fe2601786b4c231bb2 100644 (file)
--- 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)