aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)