X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/68fbd79dd7baa8211c0b1854dc5e0d6acf186ddd..e9cc3bfbaa08c7621ece35211ce669e60ef5f7c7:/mts/smtp/smtp.h diff --git a/mts/smtp/smtp.h b/mts/smtp/smtp.h index 72caaccb..2ed5cc22 100644 --- a/mts/smtp/smtp.h +++ b/mts/smtp/smtp.h @@ -16,7 +16,8 @@ struct smtp { * prototypes */ /* int client (); */ -int sm_init (char *, char *, char *, int, int, int, int, int, char *, char *, int); +int sm_init (char *, char *, char *, int, int, int, int, int, char *, char *, + const char *, int); int sm_winit (char *); int sm_wadr (char *, char *, char *); int sm_waend (void); @@ -256,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 */