X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=inline;f=mts%2Fsmtp%2Fsmtp.h;h=c88620ea726b2c7d8d3ca1c21e17910b77acce04;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hp=4fdcdfe57d91c959d0fe63b1849cbcfff0e41d9c;hpb=7b98850d3b8b2453b473fdfb6db52f4aa3fe39b6;p=mmh diff --git a/mts/smtp/smtp.h b/mts/smtp/smtp.h index 4fdcdfe..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 *, 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);