X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0483d6ce12d75f267a9e8b6cd16280ef1f4f2e2a..faf6326828be2108facd64fcca291c4ffb523eea:/mts/smtp/smtp.c?ds=inline diff --git a/mts/smtp/smtp.c b/mts/smtp/smtp.c index 7808e1a7..fed756b7 100644 --- a/mts/smtp/smtp.c +++ b/mts/smtp/smtp.c @@ -59,9 +59,9 @@ static int sendmail_init (char *, int, int, int, int, const char *, const char *); static int rclient (char *, char *, char **); -static int sm_ierror (const char *fmt, ...); +static int sm_ierror (const char *fmt, ...) CHECK_PRINTF(1, 2); static int sm_nerror (char *); -static int smtalk (int time, char *fmt, ...); +static int smtalk (int time, char *fmt, ...) CHECK_PRINTF(2, 3); static int sm_wstream (char *, int); static int smhear (void); static char *EHLOset (char *);