oops. check in regenerated headers

(I will add the IDL to the mac build soon)
This commit is contained in:
alecf%netscape.com 1999-06-27 06:35:32 +00:00
parent ce8bc1db8b
commit f4d5551fe5

View File

@ -49,11 +49,11 @@ class nsIMsgParseMailMsgState : public nsISupports {
/* long GetAllHeaders (out string headers); */
NS_IMETHOD GetAllHeaders(char **headers, PRInt32 *_retval) = 0;
enum { ParseEnvelope = 0 };
enum { ParseEnvelopeState = 0 };
enum { ParseHeaders = 1 };
enum { ParseHeadersState = 1 };
enum { ParseBody = 2 };
enum { ParseBodyState = 2 };
};
#endif /* __gen_nsIMsgParseMailMsgState_h__ */