From f50d39cc0c9f8487dde51788940bbce975a43503 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 15 Dec 1998 16:17:21 +0000 Subject: gcc -Wall cleanup. svn path=/trunk/; revision=2278 --- smtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smtp.c') 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; -- cgit v1.2.3