aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'smtp.h')
-rw-r--r--smtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtp.h b/smtp.h
index 9a39f5dc..8563343c 100644
--- a/smtp.h
+++ b/smtp.h
@@ -19,6 +19,7 @@
#define ESMTP_SIZE 0x02
#define ESMTP_ETRN 0x04
+int 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);