aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-12-15 16:17:21 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-12-15 16:17:21 +0000
commitf50d39cc0c9f8487dde51788940bbce975a43503 (patch)
treed2d17ab0d82ffcdd26023d7c72a13c74d9bb3385 /smtp.h
parent887cd3b25843477b742915fb5f365ad01e93b630 (diff)
downloadfetchmail-f50d39cc0c9f8487dde51788940bbce975a43503.tar.gz
fetchmail-f50d39cc0c9f8487dde51788940bbce975a43503.tar.bz2
fetchmail-f50d39cc0c9f8487dde51788940bbce975a43503.zip
gcc -Wall cleanup.
svn path=/trunk/; revision=2278
Diffstat (limited to 'smtp.h')
-rw-r--r--smtp.h2
1 files changed, 1 insertions, 1 deletions
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);