X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=mts%2Fsmtp%2Fsmtp.h;h=4fdcdfe57d91c959d0fe63b1849cbcfff0e41d9c;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hp=1d7d2c98fdb4b81724864004662c06fabe1cb1e4;hpb=cfc525a9b85207225cb4071d1d3b01e8d1db2424;p=mmh diff --git a/mts/smtp/smtp.h b/mts/smtp/smtp.h index 1d7d2c9..4fdcdfe 100644 --- a/mts/smtp/smtp.h +++ b/mts/smtp/smtp.h @@ -11,6 +11,9 @@ #define S_SOML 2 #define S_SAML 3 +/* length is the length of the string in text[], which is also NUL + * terminated, so s.text[s.length] should always be 0. + */ struct smtp { int code; int length; @@ -21,7 +24,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 sm_winit (int, char *); int sm_wadr (char *, char *, char *); int sm_waend (void); @@ -30,11 +33,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" */ /*