X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=mts%2Fsmtp%2Fsmtp.h;h=c88620ea726b2c7d8d3ca1c21e17910b77acce04;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hp=73eb5de72e95910084351dd968160e485f49257b;hpb=d4178eb3eebbf5c51c51cc713df58a2bdaa6bede;p=mmh diff --git a/mts/smtp/smtp.h b/mts/smtp/smtp.h index 73eb5de..c88620e 100644 --- a/mts/smtp/smtp.h +++ b/mts/smtp/smtp.h @@ -1,8 +1,6 @@ /* * smtp.h -- definitions for the nmh SMTP Interface - * - * $Id$ */ /* various modes for SMTP */ @@ -24,7 +22,7 @@ struct smtp { * prototypes */ /* int client (); */ -int sm_init (char *, char *, int, int, int, int, int, int, char *, char *); +int sm_init (char *, char *, char *, int, int, int, int, int, int, char *, char *, int); int sm_winit (int, char *); int sm_wadr (char *, char *, char *); int sm_waend (void); @@ -33,11 +31,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" */ /*