From 339e736dbc1d11b4aa0551806b028194c8d08a97 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 28 Jan 2010 00:16:15 +0000 Subject: 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 --- sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3