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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smtp.h') diff --git a/smtp.h b/smtp.h index 8563343c..bc0d9e40 100644 --- a/smtp.h +++ b/smtp.h @@ -19,7 +19,7 @@ #define ESMTP_SIZE 0x02 #define ESMTP_ETRN 0x04 -int SMTP_setmode(char); +void SMTP_setmode(char); int SMTP_helo(int socket,const char *host); int SMTP_ehlo(int socket,const char *host,int *opt); int SMTP_from(int socket,const char *from,const char *opts); -- cgit v1.2.3