X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8e0f9bd3daae9d05dec58026d5a5924367e4e874..9f8418e870a70c264eda1598f2d470e5428c216d:/mts/smtp/smtp.h diff --git a/mts/smtp/smtp.h b/mts/smtp/smtp.h index 268de50a..df02c1a4 100644 --- a/mts/smtp/smtp.h +++ b/mts/smtp/smtp.h @@ -16,9 +16,9 @@ struct smtp { * prototypes */ /* int client (); */ -int sm_init (char *, char *, char *, int, int, int, int, int, char *, char *, - const char *, int); -int sm_winit (char *); +int sm_init (char *, char *, char *, int, int, int, int, const char *, + const char *, const char *, int); +int sm_winit (char *, int, int); int sm_wadr (char *, char *, char *); int sm_waend (void); int sm_wtxt (char *, int); @@ -257,7 +257,7 @@ char *rp_string (int); /* - * The next three give the numeric value withing the field + * The next three give the numeric value within the field */ /* get the basic part right-shifted */