aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'smtp.c')
-rw-r--r--smtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtp.c b/smtp.c
index 9e26ae77..2b98d15f 100644
--- a/smtp.c
+++ b/smtp.c
@@ -34,7 +34,7 @@ char smtp_response[MSGBUFSIZE];
static char smtp_mode = 'S';
-int SMTP_setmode(char sl)
+void SMTP_setmode(char sl)
/* set whether we are speaking SMTP or LMTP */
{
smtp_mode = sl;