X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=mts%2Fsmtp%2Fsmtp.h;h=ae5bfdc913fa4e3dee2375b87e975594d25b154e;hb=26ac907a39f8711907707d53050c2f950a47242f;hp=73eb5de72e95910084351dd968160e485f49257b;hpb=d4178eb3eebbf5c51c51cc713df58a2bdaa6bede;p=mmh diff --git a/mts/smtp/smtp.h b/mts/smtp/smtp.h index 73eb5de..ae5bfdc 100644 --- a/mts/smtp/smtp.h +++ b/mts/smtp/smtp.h @@ -1,16 +1,8 @@ /* * smtp.h -- definitions for the nmh SMTP Interface - * - * $Id$ */ -/* 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. */ @@ -24,8 +16,8 @@ struct smtp { * prototypes */ /* int client (); */ -int sm_init (char *, char *, int, int, int, int, int, int, char *, char *); -int sm_winit (int, char *); +int sm_init (char *, char *, char *, int, int, int, int, int, int, char *, char *, int); +int sm_winit (char *); int sm_wadr (char *, char *, char *); int sm_waend (void); int sm_wtxt (char *, int); @@ -33,11 +25,6 @@ int sm_wtend (void); int sm_end (int); char *rp_string (int); -#ifdef MPOP -int sm_bulk (char *); -#endif - - /* The remainder of this file is derived from "mmdf.h" */ /*