X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=mts%2Fsmtp%2Fsmtp.h;h=ae5bfdc913fa4e3dee2375b87e975594d25b154e;hb=884c2f0375bc6108a9902bf0971844d34585c418;hp=c88620ea726b2c7d8d3ca1c21e17910b77acce04;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/mts/smtp/smtp.h b/mts/smtp/smtp.h index c88620e..ae5bfdc 100644 --- a/mts/smtp/smtp.h +++ b/mts/smtp/smtp.h @@ -3,12 +3,6 @@ * smtp.h -- definitions for the nmh SMTP Interface */ -/* various modes for SMTP */ -#define S_MAIL 0 -#define S_SEND 1 -#define S_SOML 2 -#define S_SAML 3 - /* length is the length of the string in text[], which is also NUL * terminated, so s.text[s.length] should always be 0. */ @@ -23,7 +17,7 @@ struct smtp { */ /* int client (); */ int sm_init (char *, char *, char *, int, int, int, int, int, int, char *, char *, int); -int sm_winit (int, char *); +int sm_winit (char *); int sm_wadr (char *, char *, char *); int sm_waend (void); int sm_wtxt (char *, int);